diff --git a/flux2/apps/wekan/release.yaml b/flux2/apps/wekan/release.yaml
index 8052f973f2597b2df019a7d66272f416f1c0dff5..c97102f8c55a5ce0bc72a1c638c699183deec31c 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: