fix(charts): fix default tls port in deployment

This commit is contained in:
Deavon M. McCaffery
2020-11-19 15:41:06 +00:00
parent 411bce81c0
commit 35c9128bca

View File

@@ -107,7 +107,7 @@ spec:
{{- end }}
{{- if .Values.tls.enabled }}
- name: https
containerPort: {{ .Values.tls.port | default 98899 }}
containerPort: {{ .Values.tls.port | default 9899 }}
protocol: TCP
{{- if .Values.tls.hostPort }}
hostPort: {{ .Values.tls.hostPort }}