From 71dc248fc970b15cb907b33514300857da449b3d Mon Sep 17 00:00:00 2001 From: jv Date: Tue, 2 Jun 2026 22:45:24 -0500 Subject: [PATCH] Fix heimdall app_url --- apps/heimdall/web-app.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/heimdall/web-app.yaml b/apps/heimdall/web-app.yaml index 417b327..a7c44ae 100644 --- a/apps/heimdall/web-app.yaml +++ b/apps/heimdall/web-app.yaml @@ -226,6 +226,8 @@ spec: value: "1000" - name: TZ value: America/Mexico_City + - name: APP_URL + value: "https://heimdall.lab2025.duckdns.org" ports: - containerPort: 80 name: http