github.com/replicatedhq/ship@v0.55.0/integration/init/github-no-proxy/expected/installer/basic/templates/service.yaml (about)

     1  apiVersion: v1
     2  kind: Service
     3  metadata:
     4    name: {{ template "basic.fullname" . }}
     5    labels:
     6      app: {{ template "basic.name" . }}
     7      chart: {{ template "basic.chart" . }}
     8      release: {{ .Release.Name }}
     9      heritage: {{ .Release.Service }}
    10  spec:
    11    type: {{ .Values.service.type }}
    12    ports:
    13      - port: {{ .Values.service.port }}
    14        targetPort: http
    15        protocol: TCP
    16        name: http
    17    selector:
    18      app: {{ template "basic.name" . }}
    19      release: {{ .Release.Name }}