Radosław Piliszek eb41156ed2 Add component template elements
Change-Id: Ib7ffd094f7030620eabb569d2578ce7c29b49940
2023-10-13 13:30:10 +02:00

16 lines
397 B
YAML

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