monitoring-data-persistor/charts/nebulous-monitoring-data-persistor/templates/service.yaml
jmarchel e631dc2283 Init repo from the component-template
Change-Id: I8c65962f2f4f1fb31b804b91fd1291ca141b2482
2024-01-04 20:10:29 +01:00

16 lines
442 B
YAML

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