Files
chart/templates/service.yaml
Konstantin Grachev 1b29710513
Some checks failed
continuous-integration/drone/push Build is failing
initial
2023-02-28 20:47:48 +03:00

16 lines
364 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 }}