apiVersion: v1 kind: Service metadata: name: missions namespace: {{ .Values.namespace }} spec: selector: app: missions ports: - name: http-missions protocol: TCP port: {{ .Values.missions.port }} targetPort: 5000 type: ClusterIP