{{ define "common.service" }} apiVersion: v1 kind: Service metadata: name: {{ .Values.common.fullname }} spec: type: {{ .Values.service.type }} ports: - port: {{ .Values.service.port }} targetPort: http protocol: TCP name: http {{- end }}