istio.io/istio@v0.0.0-20240520182934-d79c90f27776/istioctl/pkg/analyze/testdata/analyze-file/public-gateway.yaml (about)

     1  apiVersion: networking.istio.io/v1beta1
     2  kind: Gateway
     3  metadata:
     4    name: public-gateway
     5    namespace: istio-system
     6  spec:
     7    selector:
     8      istio: gateway
     9    servers:
    10      - port:
    11          number: 80
    12          name: http
    13          protocol: HTTP
    14        hosts:
    15          - "*"