Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 319 for egressgateway (0.3 sec)

  1. tests/testdata/config/egressgateway.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: istio-egressgateway
      namespace: testns
    spec:
      selector:
        # DO NOT CHANGE THESE LABELS
        # The egressgateway is defined in install/kubernetes/helm/istio/values.yaml
        # with these labels
        istio: egressgateway
      servers:
      - port:
          number: 80 #also declared in gateway's deployment files
          name: http
          protocol: HTTP
        hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 19 04:56:49 UTC 2019
    - 933 bytes
    - Viewed (0)
  2. tests/testdata/config/rule-route-via-egressgateway.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: route-via-egressgateway
      namespace: testns
    spec:
      hosts:
        - egressgateway.bookinfo.com
      gateways:
      # Pinned to both the sidecars (mesh) and egress gateway
      - istio-egressgateway
      - mesh
      http:
        - match:
          - gateways:
            - mesh # from sidecars, route to egress gateway service
          route:
          - destination:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 19 04:56:49 UTC 2019
    - 735 bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/flag_values_enable_egressgateway.golden.yaml

    apiVersion: v1
    kind: Service
    metadata:
      annotations: null
      labels:
        app: istio-egressgateway
        install.operator.istio.io/owning-resource: unknown
        istio: egressgateway
        istio.io/rev: default
        operator.istio.io/component: EgressGateways
        release: istio
      name: istio-egressgateway
      namespace: istio-system
    spec:
      ports:
      - name: http2
        port: 80
        protocol: TCP
        targetPort: 8080
      - name: https
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 19:39:36 UTC 2023
    - 566 bytes
    - Viewed (0)
  4. 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)
  5. operator/cmd/mesh/testdata/manifest-generate/output/helm_values_enablement.golden.yaml

    kind: Deployment
    metadata:
      labels:
        app: istio-egressgateway
        install.operator.istio.io/owning-resource: unknown
        istio: egressgateway
        istio.io/rev: default
        operator.istio.io/component: EgressGateways
        release: istio
      name: istio-egressgateway
      namespace: istio-system
    spec:
      selector:
        matchLabels:
          app: istio-egressgateway
          istio: egressgateway
      strategy:
        rollingUpdate:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 22:07:45 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/profile-dump/output/all_off.yaml

          enabled: true
        cni:
          enabled: false
        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:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 565 bytes
    - Viewed (0)
  7. operator/pkg/util/testdata/overlay-iop.yaml

          envoyTcpAls:
        - name: opentelemetry
          opentelemetry:
      components:
        egressGateways:
        - name: istio-egressgateway
          enabled: true
          k8s:
            resources:
              requests:
                cpu: 10m
                memory: 40Mi
    
        ingressGateways:
        - name: istio-ingressgateway
          enabled: true
          k8s:
            resources:
              requests:
                cpu: 10m
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 15 20:10:17 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  8. 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)
  9. tests/integration/iop-remote-integration-test-gateways.yaml

                    targetPort: 31400
                    name: tcp
        # Enable the egressgateway for all tests by default.
        egressGateways:
          - name: istio-egressgateway
            enabled: true
            k8s:
              resources:
                requests:
                  cpu: 10m
                  memory: 40Mi
      values:
        gateways:
          istio-ingressgateway:
            injectionTemplate: gateway
            autoscaleEnabled: false
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 15 18:17:13 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  10. 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)
Back to top