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

@ -47,7 +47,7 @@ spec:
{{- end }}
ports:
- name: http
containerPort: {{ .Values.service.port }}
containerPort: {{ .Values.config.port }}
protocol: TCP
livenessProbe:
httpGet: