Radosław Piliszek 54cc039184 Add an example Helm chart
Change-Id: I052b48b039e0f7b9413d6f90e2a9ffd85a17bbe9
2023-05-30 18:50:27 +02:00

16 lines
421 B
YAML

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