From 5e42c00662539a7ba5627cbc4c33e8a2eb39ba02 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Wed, 28 Jul 2021 00:50:04 +0200 Subject: [PATCH] Set root_url --- flux2/apps/wekan/release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flux2/apps/wekan/release.yaml b/flux2/apps/wekan/release.yaml index 8052f973f..c97102f8c 100644 --- a/flux2/apps/wekan/release.yaml +++ b/flux2/apps/wekan/release.yaml @@ -32,8 +32,6 @@ spec: # Debug OIDC OAuth2 etc - name: "DEBUG" value: "true" - - name: "ROOT_URL" - value: "https://wekan.${domain}" - name: "MAIL_FROM" value: "Wekan notifications <${outgoing_mail_from_address}>" # - name: "MONGO_URL" @@ -77,6 +75,7 @@ spec: prometheus.io/port: "8000" prometheus.io/path: "/_/monitoring/metrics" endpoint: "wekan.${domain}" + root_url: "https://wekan.${domain}" ingress: enabled: true annotations: -- GitLab