oecis-charts/charts/overleaf/templates/service.yaml
Jan-Niklas Weghorn e1e4213896 update vikunja
2024-09-29 13:50:58 +02:00

16 lines
364 B
YAML

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