We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c56c88 commit 1c973b1Copy full SHA for 1c973b1
1 file changed
charts/ace/templates/platform/config.yaml
@@ -118,7 +118,7 @@ stringData:
118
ADMIN_USER_CREDS = {{ .Values.settings.nats.mountPath }}/admin.creds
119
120
INCLUSTER_ADDR = nats://{{ include "ace.fullname" . }}-nats.{{ .Release.Namespace }}.svc:4222
121
- {{- if (and (index .Values "ingress-nginx" "enabled") (and .Values.nats.enabled (not .Values.nats.nats.externalAccess))) }}
+ {{- if (and (or (index .Values "ingress-nginx" "enabled") .Values.gateway.enabled) (and .Values.nats.enabled (not .Values.nats.nats.externalAccess))) }}
122
EXTERNAL_ADDR = nats://{{ .Values.global.platform.host }}:4222
123
WEBSOCKET_ADDR = wss://{{ .Values.global.platform.host }}/nats
124
{{- else }}
0 commit comments