Update values.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Stavros Kois
2022-11-15 02:26:34 +02:00
committed by GitHub
parent e86fd9d532
commit d4c35dd01b

View File

@@ -16,7 +16,7 @@ env:
# Instead of consuming the external 443 port, it's better to switch internal
# But still give user the ability to change it.
# When ingress is enabled, set this to 443, otherwise set it to whatever `port` is set to
MANAGE_HTTPS_PORT: "{{ if .ingress.main.enabled }}443{{ else }}{{ .Values.service.main.ports.main.port }}{{ end }}"
MANAGE_HTTPS_PORT: "{{ if .Values.ingress.main.enabled }}443{{ else }}{{ .Values.service.main.ports.main.port }}{{ end }}"
PORTAL_HTTPS_PORT: "{{ .Values.service.comm.ports.comm.port }}"
service: