cs: yaml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-28 22:09:42 +03:00
parent 05f4a483d5
commit a8d7b1c894
5 changed files with 55 additions and 55 deletions

View File

@ -7,9 +7,9 @@ metadata:
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "hedgedoc.selectorLabels" . | nindent 4 }}