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