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

     1  apiVersion: v1
     2  kind: Service
     3  metadata:
     4    name: istio-galley
     5    namespace: {{ .Release.Namespace }}
     6    labels:
     7      istio: galley
     8  spec:
     9    ports:
    10    - port: 443
    11      name: https-validation
    12    - port: 9093
    13      name: http-monitoring
    14    selector:
    15      istio: galley