Files
chart/templates/service.yaml
Konstantin Grachev a8d7b1c894
All checks were successful
continuous-integration/drone/push Build is passing
cs: yaml
2023-02-28 22:09:42 +03:00

16 lines
356 B
YAML

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