jmarchel bc60308837 Init repo from the component-template
Change-Id: Ifc49a76bcaed757628c57086f03eb36a422438ee
2024-02-19 16:10:29 +01:00

16 lines
409 B
YAML

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