Update values.yaml
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user