oecis-charts/charts/vikunja/templates/service.yaml
2024-02-21 17:57:53 +01:00

16 lines
361 B
YAML

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