Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,243 for host3 (0.04 sec)

  1. pilot/pkg/xds/testdata/benchmarks/virtualservice.yaml

    kind: VirtualService
    metadata:
      name: vs-{{$i}}
    spec:
      hosts:
        - random-{{$i}}.host.example
      http:
      - name: "match-route"
        match:
        - uri:
            prefix: "/foo"
        - uri:
            regex: "/bar"
        rewrite:
          uri: "/new-url"
        route:
          - destination:
              host: random-{{$i}}.host.example
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 01 15:55:05 UTC 2020
    - 1K bytes
    - Viewed (0)
  2. samples/multicluster/expose-istiod-https.yaml

            credentialName: "$CREDENTIAL_NAME"
          hosts:
          # use a valid gateway host and domain for istiod
          - "ISTIOD-HOST.DOMAIN"
        - port:
            name: https-istiodwebhook
            number: 15017
            protocol: https
          tls:
            mode: SIMPLE
            # use a valid credential here
            credentialName: "$CREDENTIAL_NAME"
          hosts:
          # use a valid gateway host and domain for istiod
          - "ISTIOD-HOST.DOMAIN"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 22 16:29:16 UTC 2021
    - 1.6K bytes
    - Viewed (0)
  3. tests/testdata/networking/sidecar-ns-scope/configs.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: http1
      namespace: ns1
    spec:
      hosts:
      - http1.ns1.svc.cluster.local
      http:
      - route:
        - destination:
            host: http1.ns1.svc.cluster.local
            subset: v1
          weight: 70
        - destination:
            host: http1.ns1.svc.cluster.local
            subset: v2
          weight: 30
    ---
    apiVersion: networking.istio.io/v1alpha3
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jan 04 17:16:38 UTC 2021
    - 3.5K bytes
    - Viewed (0)
  4. pilot/pkg/config/kube/gateway/testdata/weighted.yaml.golden

      namespace: default
    spec:
      gateways:
      - istio-system/gateway-istio-autogenerated-k8s-gateway-tcp
      hosts:
      - '*'
      tcp:
      - route:
        - destination:
            host: httpbin.default.svc.domain.suffix
            port:
              number: 9090
          weight: 1
        - destination:
            host: httpbin-alt.default.svc.domain.suffix
            port:
              number: 9090
          weight: 2
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 18:54:10 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/testdata/route-precedence.yaml.golden

      - istio-system/gateway-istio-autogenerated-k8s-gateway-default
      hosts:
      - a.domain.example
      http:
      - match:
        - headers:
            my-header:
              exact: some-value
          queryParams:
            my-param:
              regex: some-value
          uri:
            exact: /baz
        name: allowed-2.http.1
        route:
        - destination:
            host: svc2.allowed-2.svc.domain.suffix
            port:
              number: 80
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/envoyfilter/cluster_patch.go

    	if cMatch.PortNumber != 0 && int(cMatch.PortNumber) != port {
    		return false
    	}
    	return true
    }
    
    func hostContains(hosts []host.Name, service host.Name) bool {
    	for _, h := range hosts {
    		if h == service {
    			return true
    		}
    	}
    	return false
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  7. tests/testdata/networking/ingress-gateway/configs.yaml

    spec:
      hosts:
      - "*.bookinfo.com"
      gateways:
      - istio-system/istio-ingressgateway
      http:
      - route:
        - destination:
            host: www.bookinfo.com
            port:
              number: 80
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: https
      namespace: istio-system
    spec:
      hosts:
      - https.secure.com
      gateways:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 28 15:04:31 UTC 2020
    - 2.7K bytes
    - Viewed (0)
  8. pilot/pkg/xds/testdata/benchmarks/knative-gateway.yaml

    spec:
      selector:
        istio.io/benchmark: "true"
      servers:
      - hosts:
        - '*'
        port:
          name: http
          number: 80
          protocol: HTTP
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: knative-local-gateway
      namespace: knative-serving
    spec:
      selector:
        istio.io/benchmark: "true"
      servers:
      - hosts:
        - '*'
        port:
          name: http
          number: 8081
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 19 16:50:51 UTC 2021
    - 5.1K bytes
    - Viewed (0)
  9. pilot/pkg/security/authz/builder/testdata/http/single-policy-in.yaml

                hosts: ["rule[0]-to[0]-host[1]", "rule[0]-to[0]-host[2]"]
                ports: ["9001", "9002"]
                paths: ["rule[0]-to[0]-path[1]", "rule[0]-to[0]-path[2]"]
            - operation:
                methods: ["rule[0]-to[1]-method[1]", "rule[0]-to[1]-method[2]"]
                hosts: ["rule[0]-to[1]-host[1]", "rule[0]-to[1]-host[2]"]
                ports: ["9011", "9012"]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 01 19:25:01 UTC 2021
    - 3.1K bytes
    - Viewed (0)
  10. pkg/config/analysis/analyzers/testdata/virtualservice_route_rule_no_effects_ingress.yaml

    kind: VirtualService
    metadata:
      name: ratings-01
      namespace: default
    spec:
      hosts:
      - ratings
      http:
      - route:
        - destination:
            host: ratings
            subset: v1
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: DestinationRule
    metadata:
      name: ratings
      namespace: default
    spec:
      host: ratings
      subsets:
      - name: v1
        labels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 1.8K bytes
    - Viewed (0)
Back to top