jmarchel 290ca896d0 Init repo from the component-template
Change-Id: I5360ee73f6403add370f79a8a11fa186af746aab
2023-12-01 12:25:51 +01:00

16 lines
391 B
YAML

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