oecis-charts/charts/vikunja/templates/backend/service.yaml

16 lines
379 B
YAML
Raw Normal View History

2023-08-27 13:38:38 +00:00
apiVersion: v1
kind: Service
metadata:
name: {{ include "vikunja.fullname" . }}-api
labels:
{{- include "vikunja.labels" . | nindent 4 }}
spec:
type: {{ .Values.backend.service.type }}
ports:
- port: {{ .Values.backend.service.port }}
targetPort: api
protocol: TCP
name: api
selector:
{{- include "vikunja.selectorLabels" . | nindent 4 }}