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