jmarchel 7d8c717f5c Init repo from the component-template
Change-Id: I7c27199cb20088b182c078fa8e1c0a084c152e5d
2024-02-01 10:04:21 +01:00

16 lines
436 B
YAML

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