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