apiVersion: v1 kind: Service metadata: name: {{ .Release.Name }} labels: {{- include "app.labels" . | nindent 4 }} spec: type: {{ .Values.service.type }} selector: {{- include "app.selectorLabels" . | nindent 4 }} ports: - name: http port: {{ .Values.service.port }} targetPort: http protocol: TCP