Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 251 for ingressGateways (0.14 sec)

  1. operator/cmd/mesh/testdata/profile-dump/output/all_off.txt

    components.base.enabled=true
    components.cni.enabled=false
    components.egressGateways[0].enabled=false
    components.egressGateways[0].name="istio-egressgateway"
    components.ingressGateways[0].enabled=true
    components.ingressGateways[0].name="istio-ingressgateway"
    components.pilot.enabled=false
    hub="gcr.io/istio-testing"
    profile="default"
    tag="latest"
    values.defaultRevision=""
    values.global.configValidation=true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 453 bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/profile-dump/output/config_path.txt

    base.enabled=true
    cni.enabled=false
    egressGateways[0].enabled=false
    egressGateways[0].name="istio-egressgateway"
    ingressGateways[0].enabled=true
    ingressGateways[0].name="istio-ingressgateway"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 212 bytes
    - Viewed (0)
  3. operator/samples/ingress-gateway-only.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      profile: empty
      components:
        ingressGateways:
          - enabled: true
            namespace: my-namespace
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 03:45:46 UTC 2024
    - 205 bytes
    - Viewed (0)
  4. operator/pkg/helmreconciler/testdata/iop-test-gw-1.yaml

    metadata:
      name: iop-test-gw-1
      namespace: istio-system
    spec:
      profile: empty
      revision: 1-14
      components:
        ingressGateways:
          - name: test-gw-1
            namespace: istio-system
            enabled: true
            label:
              istio: test-gw-1
      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)
  5. operator/pkg/translate/translate_test.go

    	const valuesWithHPAndReplicaCountFormat = `
    values:
      pilot:
        autoscaleEnabled: %t
      gateways:
        istio-ingressgateway:
          autoscaleEnabled: %t
        istio-egressgateway:
          autoscaleEnabled: %t
    components:
      pilot:
        k8s:
          replicaCount: 2
      ingressGateways:
        - name: istio-ingressgateway
          enabled: true
          k8s:
            replicaCount: 2
      egressGateways:
        - name: istio-egressgateway
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 12 19:43:09 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  6. operator/pkg/util/testdata/yaml/input/yaml_layer2.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      components:
        pilot:
          enabled: true
        ingressGateways:
          - namespace: istio-system
            name: istio-ingressgateway
            enabled: true
            label:
              foo: bar
            k8s:
              service:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 08 00:17:30 UTC 2022
    - 325 bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top