From e16d99ffaf389d5f30094d00e43440f795bc92a6 Mon Sep 17 00:00:00 2001 From: juvdiaz Date: Tue, 2 Jun 2026 21:51:46 -0600 Subject: [PATCH] Fix Heimdall HTTPS asset URLs --- apps/heimdall/web-app.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/apps/heimdall/web-app.yaml b/apps/heimdall/web-app.yaml index a7c44ae..6386403 100644 --- a/apps/heimdall/web-app.yaml +++ b/apps/heimdall/web-app.yaml @@ -28,7 +28,7 @@ data: }, { "title": "Demo Apps", - "url": "http://demos.lab2025.duckdns.org/", + "url": "https://demos.lab2025.duckdns.org/", "description": "Static browser-side demo catalog", "colour": "#2563eb", "class": "Demos" @@ -42,28 +42,28 @@ data: }, { "title": "Grafana", - "url": "http://grafana.lab2025.duckdns.org/", + "url": "https://grafana.lab2025.duckdns.org/", "description": "Monitoring dashboards", "colour": "#f97316", "class": "Grafana" }, { "title": "Prometheus", - "url": "http://prometheus.lab2025.duckdns.org/", + "url": "https://prometheus.lab2025.duckdns.org/", "description": "Prometheus query UI", "colour": "#dc2626", "class": "Prometheus" }, { "title": "Alertmanager", - "url": "http://alertmanager.lab2025.duckdns.org/", + "url": "https://alertmanager.lab2025.duckdns.org/", "description": "Alert routing and silences", "colour": "#b91c1c", "class": "Alertmanager" }, { "title": "Argo CD", - "url": "http://argocd.lab2025.duckdns.org/", + "url": "https://argocd.lab2025.duckdns.org/", "description": "GitOps application sync status", "colour": "#0ea5e9", "class": "ArgoCD" @@ -77,7 +77,7 @@ data: }, { "title": "Heimdall", - "url": "http://heimdall.lab2025.duckdns.org/", + "url": "https://heimdall.lab2025.duckdns.org/", "description": "Homelab service dashboard", "colour": "#7c3aed", "class": "Heimdall" @@ -228,6 +228,8 @@ spec: value: America/Mexico_City - name: APP_URL value: "https://heimdall.lab2025.duckdns.org" + - name: ASSET_URL + value: "https://heimdall.lab2025.duckdns.org" ports: - containerPort: 80 name: http