Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 279 for ingressGateways (0.19 sec)

  1. operator/pkg/util/testdata/yaml/input/yaml_layer1.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      components:
        base:
          enabled: false
        pilot:
          enabled: false
        ingressGateways:
          - namespace: istio-system
            name: istio-ingressgateway
            enabled: true
            label:
              api: default
            k8s:
              service:
                externalTrafficPolicy: Local
              serviceAnnotations:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 08 00:17:30 UTC 2022
    - 447 bytes
    - Viewed (0)
  2. operator/pkg/util/testdata/yaml/output/layer1.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      components:
        base:
          enabled: false
        pilot:
          enabled: false
        ingressGateways:
          - namespace: istio-system
            name: istio-ingressgateway
            enabled: true
            label:
              api: default
            k8s:
              service:
                externalTrafficPolicy: Local
              serviceAnnotations:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 08 00:17:30 UTC 2022
    - 447 bytes
    - Viewed (0)
  3. operator/pkg/util/testdata/yaml/output/layer1_2_3.yaml

    kind: IstioOperator
    spec:
      components:
        base:
          enabled: true
        ingressGateways:
          - enabled: false
            label:
              api: default
              foo: bar
            k8s:
              service:
                externalTrafficPolicy: Test
              serviceAnnotations:
                manifest-generate: testserviceAnnotation
            name: istio-ingressgateway
            namespace: istio-system
        pilot:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 08 00:17:30 UTC 2022
    - 462 bytes
    - Viewed (0)
  4. operator/pkg/util/testdata/yaml/input/yaml_layer1_stdin.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      components:
        pilot:
          enabled: false
        ingressGateways:
          - namespace: istio-system
            name: istio-ingressgateway
            enabled: true
            k8s:
              service:
                externalTrafficPolicy: Local
              serviceAnnotations:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 14 19:24:34 UTC 2020
    - 378 bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/profile-dump/output/all_off.yaml

        egressGateways:
        - enabled: false
          name: istio-egressgateway
        ingressGateways:
        - enabled: true
          name: istio-ingressgateway
        pilot:
          enabled: false
      hub: gcr.io/istio-testing
    
      profile: default
      tag: latest
      values:
        defaultRevision: ""
        gateways:
          istio-egressgateway: {}
          istio-ingressgateway: {}
        global:
          configValidation: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 565 bytes
    - Viewed (0)
  6. operator/pkg/util/testdata/yaml/output/layer1_2.yaml

    kind: IstioOperator
    spec:
      components:
        base:
          enabled: false
        ingressGateways:
          - enabled: true
            label:
              api: default
              foo: bar
            k8s:
              service:
                externalTrafficPolicy: Test
              serviceAnnotations:
                manifest-generate: testserviceAnnotation
            name: istio-ingressgateway
            namespace: istio-system
        pilot:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 08 00:17:30 UTC 2022
    - 462 bytes
    - Viewed (0)
  7. manifests/charts/gateways/istio-ingress/templates/serviceaccount.yaml

        install.operator.istio.io/owning-resource: {{ .Values.ownerName | default "unknown" }}
        operator.istio.io/component: "IngressGateways"
      {{- with $gateway.serviceAccount.annotations }}
      annotations:
        {{- toYaml . | nindent 4 }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 752 bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/input/autoscaling_v2beta1_k8s_and_values.yaml

    kind: IstioOperator
    spec:
      components:
        ingressGateways:
        - enabled: true
          k8s:
            hpaSpec:
              metrics:
              - resource:
                  name: cpu
                  targetAverageUtilization: 70
                type: Resource
              - resource:
                  name: memory
                  targetAverageUtilization: 70
                type: Resource
          name: istio-ingressgateway
      values:
        pilot:
          cpu:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 06 02:56:54 UTC 2023
    - 553 bytes
    - Viewed (0)
  9. operator/pkg/helmreconciler/testdata/iop-test-gw-2.yaml

    metadata:
      name: iop-test-gw-2
      namespace: istio-system
    spec:
      profile: empty
      revision: 1-14
      components:
        ingressGateways:
          - name: test-gw-2
            namespace: istio-system
            enabled: true
            label:
              istio: test-gw-2
      values:
        gateways:
          istio-ingressgateway:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 10 16:15:08 UTC 2022
    - 398 bytes
    - Viewed (0)
  10. tests/integration/iop-externalistiod-config-integration-test-defaults.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      name: install
    spec:
      components:
        base:
          enabled: false
        pilot:
          enabled: false
        ingressGateways:
        - name: istio-ingressgateway
          enabled: false
        egressGateways:
        - name: istio-egressgateway
          enabled: false
        istiodRemote:
          enabled: true
      values:
        global:
          externalIstiod: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 23 23:20:19 UTC 2022
    - 597 bytes
    - Viewed (0)
Back to top