Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 246 for egressgateway (0.23 sec)

  1. operator/cmd/mesh/testdata/profile-dump/output/list_path.yaml

    - mountPath: /etc/istio/egressgateway-certs
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 73 bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/tunneling/gateway/tls/istio-mutual/virtual-service.tmpl.yaml

      gateways:
      - mesh
      tcp:
      - match:
        - port: {{ .externalSvcTcpPort }}
        route:
        - destination:
            host: {{ .EgressGatewayServiceName | default "istio-egressgateway" }}.{{ .EgressGatewayServiceNamespace | default "istio-system" }}.svc.cluster.local
            port:
              number: 80
      tls:
      - match:
        - port: {{ .externalSvcTlsPort }}
          sniHosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 05 17:19:27 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/tunneling/gateway/tls/passthrough/gateway.tmpl.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: {{ .EgressGatewayServiceName | default "istio-egressgateway" }}
    spec:
      selector:
        istio: {{ .EgressGatewayIstioLabel | default "egressgateway" }} 
      servers:
      - port:
          number: 443
          name: tls
          protocol: TLS
        hosts:
        - external.{{ .externalNamespace }}.svc.cluster.local
        tls:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 05 17:19:27 UTC 2023
    - 401 bytes
    - Viewed (0)
  4. pkg/test/framework/components/istio/flags.go

    		`Specifies the namespace of the egressgateway service to use when running tests in a preinstalled istio installation.
    		Should only be set when istio.test.kube.deploy=false`)
    	flag.StringVar(&settingsFromCommandline.EgressGatewayIstioLabel, "istio.test.kube.egressGatewayIstioLabel",
    		settingsFromCommandline.EgressGatewayIstioLabel,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 31 15:08:52 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/input/all_on.yaml

          enabled: true
        pilot:
          enabled: true
        cni:
          enabled: false
        ingressGateways:
          - namespace: istio-system
            name: istio-ingressgateway
            enabled: true
        egressGateways:
          - namespace: istio-system
            name: istio-egressgateway
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Oct 23 20:45:29 UTC 2020
    - 387 bytes
    - Viewed (0)
  6. manifests/profiles/demo.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      components:
        egressGateways:
        - name: istio-egressgateway
          enabled: true
      values:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 177 bytes
    - Viewed (0)
  7. tests/integration/base.yaml

          proxy:
            resources:
              requests:
                cpu: 10m
                memory: 40Mi
        gateways:
          istio-ingressgateway:
            autoscaleEnabled: false
            resources:
              requests:
                cpu: 10m
                memory: 40Mi
          istio-egressgateway:
            autoscaleEnabled: false
            resources:
              requests:
                cpu: 10m
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 22:23:22 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  8. tests/integration/iop-remote-integration-test-defaults.yaml

    metadata:
      name: install
    spec:
      profile: remote
      meshConfig:
        accessLogFile: "/dev/stdout"
        defaultConfig:
          proxyMetadata:
            ISTIO_META_DNS_CAPTURE: "true"
      components:
        egressGateways:
        - name: istio-egressgateway
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Dec 14 00:20:37 UTC 2023
    - 381 bytes
    - Viewed (0)
  9. manifests/charts/gateways/istio-egress/templates/service.yaml

    {{ $gateway := index .Values "gateways" "istio-egressgateway" }}
    {{- if not $gateway.customService }}
    apiVersion: v1
    kind: Service
    metadata:
      name: {{ $gateway.name }}
      namespace: {{ .Release.Namespace }}
      annotations:
        {{- range $key, $val := $gateway.serviceAnnotations }}
        {{ $key }}: {{ $val | quote }}
        {{- end }}
      labels:
    {{ $gateway.labels | toYaml | indent 4 }}
        release: {{ .Release.Name }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  10. tests/integration/iop-externalistiod-primary-integration-test-defaults.yaml

            - name: EXTERNAL_ISTIOD
              value: "true"
            - name: SHARED_MESH_CONFIG
              value: istio
        ingressGateways:
        - name: istio-ingressgateway
          enabled: false
        egressGateways:
        - name: istio-egressgateway
          enabled: false
      values:
        global:
          operatorManageWebhooks: true
          configValidation: false
        base:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 05 22:06:57 UTC 2022
    - 1.7K bytes
    - Viewed (0)
Back to top