apiVersion: v1 kind: Service metadata: name: {{ include "xslt-playground.fullname" . }}-backend labels: {{- include "xslt-playground.labels" . | nindent 4 }} spec: type: {{ .Values.service.backend.type }} ports: - port: {{ .Values.service.backend.port }} targetPort: {{ .Values.service.backend.port }} protocol: TCP name: http selector: {{- include "xslt-playground.selectorLabels" . | nindent 4 }} component: backend