jmarchel a15d43cbf4 Init repo from the component-template
Change-Id: Ifb6694c308d1b346d70c68572c292734c21f2790
2023-09-25 16:14:52 +02:00

16 lines
448 B
YAML

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