diff --git a/charts/stable/omada-controller/values.yaml b/charts/stable/omada-controller/values.yaml index ed8c44e1830..5b4924b589f 100644 --- a/charts/stable/omada-controller/values.yaml +++ b/charts/stable/omada-controller/values.yaml @@ -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 }}"