github.com/replicatedcom/ship@v0.50.0/integration/init/istio/expected/base/charts/galley/templates/service.yaml (about)

     1  ---
     2  # Source: istio/charts/galley/templates/service.yaml
     3  apiVersion: v1
     4  kind: Service
     5  metadata:
     6    name: istio-galley
     7    namespace: default
     8    labels:
     9      app: galley
    10      chart: galley
    11      heritage: Tiller
    12      release: istio
    13      istio: galley
    14  spec:
    15    ports:
    16    - port: 443
    17      name: https-validation
    18    - port: 9093
    19      name: http-monitoring
    20    - port: 9901
    21      name: grpc-mcp
    22    selector:
    23      istio: galley