oecis-charts/charts/overleaf/templates/service.yaml

16 lines
364 B
YAML
Raw Normal View History

2024-08-04 15:25:55 +00:00
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 }}