mirror of
https://gitlab.com/oecis/charts.git
synced 2024-11-15 00:28:59 +00:00
16 lines
379 B
YAML
16 lines
379 B
YAML
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 }}
|