Radosław Piliszek 5cc0595207 Init repo from the component-template
Change-Id: Id4ce6f74b8df0c20d17d5a1b43afd68fbc17a87c
2023-09-19 20:11:30 +02:00

16 lines
427 B
YAML

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