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:16 +02:00
committed by GitHub
parent 32066e52eb
commit e86fd9d532

View File

@@ -15,7 +15,7 @@ env:
# Omada automatically redirects to that port.
# 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
# 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 }}"
PORTAL_HTTPS_PORT: "{{ .Values.service.comm.ports.comm.port }}"