apiVersion: v1 kind: Service metadata: name: {{ include "common.name" . }}-svc namespace: {{ .Values.global.namespace }} labels: {{- include "common.labels" . | nindent 4 }} spec: type: {{ .Values.service.type }} ports: - port: {{ .Values.service.port }} targetPort: bap-net-port protocol: TCP name: http selector: {{- include "common.selectorLabels" . | nindent 4 }}