github.com/replicatedcom/ship@v0.50.0/integration/unfork/istio-k8s/expected/base/charts/gateways/templates/Service-istio-egressgateway.yaml (about)

     1  ---
     2  # Source: istio/charts/gateways/templates/service.yaml
     3  
     4  apiVersion: v1
     5  kind: Service
     6  metadata:
     7    name: istio-egressgateway
     8    namespace: default
     9    annotations:
    10    labels:
    11      chart: gateways-1.0.3
    12      release: istio
    13      heritage: Tiller
    14      app: istio-egressgateway
    15      istio: egressgateway
    16  spec:
    17    type: ClusterIP
    18    selector:
    19      app: istio-egressgateway
    20      istio: egressgateway
    21    ports:
    22      -
    23        name: http2
    24        port: 80
    25      -
    26        name: https
    27        port: 443