mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: change cluster url
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- Home:
|
||||
- HomeAssistant:
|
||||
href: https://hass.${SECRET_CLUSTER_DOMAIN}
|
||||
href: https://hass.${SECRET_EXTERNAL_DOMAIN}
|
||||
icon: home-assistant.png
|
||||
description: Home Assistant
|
||||
widget:
|
||||
@@ -11,7 +11,7 @@
|
||||
- Media:
|
||||
- Jellyfin:
|
||||
icon: jellyfin.png
|
||||
href: https://jellyfin.${SECRET_CLUSTER_DOMAIN}
|
||||
href: https://jellyfin.${SECRET_EXTERNAL_DOMAIN}
|
||||
description: Media Server
|
||||
widget:
|
||||
type: jellyfin
|
||||
|
@@ -69,7 +69,7 @@ spec:
|
||||
enabled: true
|
||||
className: nginx
|
||||
hosts:
|
||||
- host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}"
|
||||
- host: &host "{{ .Release.Name }}.${SECRET_EXTERNAL_DOMAIN}"
|
||||
paths:
|
||||
- path: /
|
||||
service:
|
||||
|
Reference in New Issue
Block a user