fix: use serverPort from config.port, add default value #2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-28 22:20:21 +03:00
parent 8b1914fb52
commit 3a6ce19ffe
4 changed files with 4 additions and 4 deletions

View File

@ -11,5 +11,5 @@ spec:
- name: wget
image: busybox
command: [ 'wget' ]
args: [ '{{ include "hedgedoc.fullname" . }}:{{ .Values.service.port }}' ]
args: [ '{{ include "hedgedoc.fullname" . }}:{{ .Values.config.port }}' ]
restartPolicy: Never