Radosław Piliszek 03cede3831 Add component template elements
Change-Id: I57fdb9774fc656384bfed73de9e6dd7b0437742f
2023-10-09 08:23:51 +02:00

16 lines
415 B
YAML

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