aligned the application urls to the service ports

This commit is contained in:
Sebastian Wendel 2022-11-16 17:50:45 +01:00
parent 93b7b2d410
commit 51a63ffde0
No known key found for this signature in database
GPG key ID: 1422B7DF78144640
2 changed files with 2 additions and 4 deletions

View file

@ -148,7 +148,7 @@ If release name contains chart name it will be used as a full name.
{{- end -}}
{{- define "fcoscore.gateway.port" -}}
{{- .Values.gateway.service.port | quote -}}
{{- .Values.gateway.service.port -}}
{{- end -}}
{{- define "fcoscore.gateway.url" -}}

View file

@ -54,9 +54,7 @@ spec:
- name: PORT
value: {{ .Values.frontend.service.port | quote }}
- name: BASE_URL
# TODO:
# value: "{{ include "fcoscore.gateway.url" . }}"
value: https://gateway0.interfacer.dyne.org/
value: "{{ include "fcoscore.gateway.url" . }}"
- name: NEXT_PUBLIC_ZENFLOWS_ADMIN
valueFrom:
secretKeyRef: