Fix Heimdall HTTPS asset URLs
Homelab Main / deploy (push) Successful in 1m27s
Details
Homelab Main / deploy (push) Successful in 1m27s
Details
This commit is contained in:
parent
71dc248fc9
commit
e16d99ffaf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue