Files
gotify-helm/charts/gotify/templates/service.yaml
Julien Cabillot f68fd6f67b wip
2021-10-12 19:41:36 -04:00

16 lines
358 B
YAML

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