Radosław Piliszek a47ef4fe66 Init repo from the component-template
Change-Id: Icf79e9f844611417fc9e5336d8fc8667500ac570
2023-10-13 11:28:21 +02:00

16 lines
376 B
YAML

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