github.com/replicatedcom/ship@v0.50.0/integration/init/istio-1.0.3/expected/base/charts/pilot/templates/gateway.yaml (about)

     1  ---
     2  # Source: istio/charts/pilot/templates/gateway.yaml
     3  apiVersion: networking.istio.io/v1alpha3
     4  kind: Gateway
     5  metadata:
     6    name: istio-autogenerated-k8s-ingress
     7    namespace: istio-system
     8  spec:
     9    selector:
    10      istio: ingress
    11    servers:
    12    - port:
    13        number: 80
    14        protocol: HTTP2
    15        name: http
    16      hosts:
    17      - "*"
    18  
    19  ---