Skip to content

Commit

Permalink
phrasea: declare URLs of disabled services
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed May 28, 2024
1 parent 56d17ff commit 3dc9e15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion charts/phrasea/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.1.5
version: 1.1.6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
8 changes: 0 additions & 8 deletions charts/phrasea/templates/config/urls-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,12 @@ data:
NOTIFY_API_URL: {{ quote .Values.notify.api.baseUrl }}
KEYCLOAK_URL: {{ required "Missing keycloak.baseUrl" .Values.keycloak.baseUrl | quote }}
KEYCLOAK_REALM_NAME: {{ required "Missing .mailer.dsn value" .Values.keycloak.realm.name | quote }}
{{- if .Values.expose.enabled }}
EXPOSE_API_URL: {{ quote .Values.expose.api.baseUrl }}
EXPOSE_CLIENT_URL: {{ quote .Values.expose.client.baseUrl }}
{{- end }}
{{- if .Values.databox.enabled }}
DATABOX_API_URL: {{ quote .Values.databox.api.baseUrl }}
DATABOX_CLIENT_URL: {{ quote .Values.databox.client.baseUrl }}
{{- end }}
{{- if .Values.uploader.enabled }}
UPLOADER_API_URL: {{ quote .Values.uploader.api.baseUrl }}
UPLOADER_CLIENT_URL: {{ quote .Values.uploader.client.baseUrl }}
{{- end }}
{{- if .Values.dashboard.enabled }}
DASHBOARD_URL: {{ quote .Values.dashboard.baseUrl }}
DASHBOARD_CLIENT_URL: {{ quote .Values.dashboard.baseUrl }}
DISPLAY_SERVICES_MENU: {{ ternary "true" "false" .Values.dashboard.menuEnabled | quote }}
{{- end }}

0 comments on commit 3dc9e15

Please sign in to comment.