Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 102 for egressGateways (0.26 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    configured. See https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services ipFamilyPolicy: "" ipFamilies: [] secretVolumes: - name: egressgateway-certs secretName: istio-egressgateway-certs mountPath: /etc/istio/egressgateway-certs - name: egressgateway-ca-certs secretName: istio-egressgateway-ca-certs mountPath: /etc/istio/egressgateway-ca-certs configVolumes: [] additionalContainers: [] serviceAccount: # Annotations to add to the service account annotations: {} ### Advanced options...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  2. tests/testdata/config/se-example-gw.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
     name: istio-egressgateway
     namespace: exampleegressgw
    spec:
     selector:
       istio: egressgateway
     servers:
     - port:
         number: 80
         name: http
         protocol: HTTP
       hosts:
       - "*"
    ---
    #And the associated VirtualService to route from the sidecar to the
    #gateway service (istio-egressgateway.istio-system.svc.cluster.local), as
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 26 13:51:29 UTC 2020
    - 1.9K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/tunneling/gateway/tcp/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)
  4. tests/integration/telemetry/testdata/istio-mtls-gateway.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: istio-egressgateway
    spec:
      selector:
        istio: egressgateway
      servers:
      - port:
          number: 443
          name: mtls-tcp
          protocol: TLS
        hosts:
        - fake.external.com
        tls:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 13 16:30:22 UTC 2022
    - 285 bytes
    - Viewed (0)
  5. tests/integration/telemetry/testdata/istio-mtls-dest-rule.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: DestinationRule
    metadata:
      name: egressgateway-for-external-app
    spec:
      host: istio-egressgateway.istio-system.svc.cluster.local
      trafficPolicy:
        portLevelSettings:
        - port:
            number: 443
          tls:
            mode: ISTIO_MUTUAL
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 13 16:30:22 UTC 2022
    - 318 bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/profile-dump/input/list_path.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      namespace: istio-system
    spec:
      values:
        gateways:
          istio-egressgateway:
            secretVolumes:
              - mountPath: /etc/istio/egressgateway-certs
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jan 20 11:44:25 UTC 2022
    - 266 bytes
    - Viewed (0)
  7. operator/pkg/tpath/tree_test.go

    			value: "istio-egressgateway-certs",
    		},
    		{
    			path:  "values.gateways.istio-egressgateway.secretVolumes[0].mountPath",
    			value: "/etc/istio/egressgateway-certs",
    		},
    		{
    			path:  "values.gateways.istio-egressgateway.secretVolumes[1].name",
    			value: "egressgateway-ca-certs",
    		},
    		{
    			path:  "values.gateways.istio-egressgateway.secretVolumes[1].secretName",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 25 19:30:47 UTC 2022
    - 15.6K bytes
    - Viewed (0)
  8. tests/integration/security/testdata/authz/egress-gateway.yaml.tmpl

    apiVersion: security.istio.io/v1beta1
    kind: AuthorizationPolicy
    metadata:
      name: {{ .EgressGatewayIstioLabel | default "egressgateway" }}
      namespace: {{ .EgressGatewayServiceNamespace | default .SystemNamespace.Name }}
    spec:
      selector:
        matchLabels:
          app: {{ .EgressGatewayServiceName | default "istio-egressgateway" }}
      rules:
        - to: # only allow /allow for company.com
            - operation:
                paths: [ "/allow" ]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 31 15:08:52 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  9. pkg/config/analysis/analyzers/testdata/deprecation.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: EnvoyFilter
    metadata:
      name: istio-multicluster-egressgateway
      namespace: istio-system
    spec:
       # workloadLabels is deprecated
       workloadLabels:
         istio: egressgateway
       # filters is deprecated
       filters:
       - listenerMatch:
           portNumber: 15443
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: productpage
      namespace: foo
    spec:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 1K bytes
    - Viewed (0)
  10. 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)
Back to top