Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 319 for egressgateway (0.23 sec)

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

    [0].mountPath="/etc/istio/egressgateway-certs"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 78 bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/tunneling/gateway/tls/istio-mutual/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: 80
          name: http
          protocol: TLS
        hosts:
        - external.{{ .externalNamespace }}.svc.cluster.local
        tls:
          mode: ISTIO_MUTUAL
      - port:
          number: 443
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 05 17:19:27 UTC 2023
    - 570 bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/profile-dump/output/config_path.yaml

    base:
      enabled: true
    cni:
      enabled: false
    egressGateways:
    - enabled: false
      name: istio-egressgateway
    ingressGateways:
    - enabled: true
      name: istio-ingressgateway
    pilot:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 192 bytes
    - Viewed (0)
  4. tests/integration/pilot/testdata/tunneling/gateway/tls/passthrough/virtual-service.tmpl.yaml

    spec:
      hosts:
      - external.{{ .externalNamespace }}.svc.cluster.local
      gateways:
      - {{ .EgressGatewayServiceName | default "istio-egressgateway" }}
      tls:
      - match:
        - gateways:
          - {{ .EgressGatewayServiceName | default "istio-egressgateway" }}
          port: 443
          sniHosts:
          - external.{{ .externalNamespace }}.svc.cluster.local
        route:
        - destination:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 05 17:19:27 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  5. samples/bookinfo/demo-profile-no-gateways.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      profile: demo
      components:
        ingressGateways:
        - name: istio-ingressgateway
          enabled: false
        egressGateways:
        - name: istio-egressgateway
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Sep 23 14:41:36 UTC 2022
    - 313 bytes
    - Viewed (0)
  6. tests/integration/telemetry/testdata/istio-mtls-vs.yaml

    metadata:
      name: direct-cnn-through-egress-gateway
    spec:
      hosts:
      - fake.external.com
      gateways:
      - istio-egressgateway
      - mesh
      tls:
      - match:
        - gateways:
          - mesh
          port: 443
          sniHosts:
          - fake.external.com
        route:
        - destination:
            host: istio-egressgateway.istio-system.svc.cluster.local
            port:
              number: 443
          weight: 100
      tcp:
      - match:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 13 16:30:22 UTC 2022
    - 644 bytes
    - Viewed (0)
  7. tests/integration/iop-externalistiod-config-integration-test-defaults.yaml

    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
          omitSidecarInjectorConfigMap: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 23 23:20:19 UTC 2022
    - 597 bytes
    - Viewed (0)
  8. tests/integration/pilot/testdata/tunneling/gateway/tcp/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: 80
          name: tcp-80
          protocol: TCP
        hosts:
        - external.{{ .externalNamespace }}.svc.cluster.local
      - port:
          number: 443
          name: tcp-443
          protocol: TCP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 05 17:19:27 UTC 2023
    - 506 bytes
    - Viewed (0)
  9. manifests/charts/gateways/istio-egress/templates/injected-deployment.yaml

    metadata:
      name: {{ $gateway.name | default "istio-egressgateway" }}
      namespace: {{ .Release.Namespace }}
      labels:
    {{ $gateway.labels | toYaml | indent 4 }}
        release: {{ .Release.Name }}
        istio.io/rev: {{ .Values.revision | default "default" | quote }}
        install.operator.istio.io/owning-resource: {{ .Values.ownerName | default "unknown" }}
        operator.istio.io/component: "EgressGateways"
    spec:
    {{- if not $gateway.autoscaleEnabled }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 5K bytes
    - Viewed (0)
  10. operator/pkg/translate/translate_test.go

      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
          enabled: true
          k8s:
            replicaCount: 2
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 12 19:43:09 UTC 2024
    - 5.1K bytes
    - Viewed (0)
Back to top