mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 23:45:25 +02:00
feat: change cluster url
This commit is contained in:
@@ -49,7 +49,7 @@ spec:
|
||||
DATA_FOLDER: data
|
||||
ICON_CACHE_FOLDER: data/icon_cache
|
||||
ATTACHMENTS_FOLDER: data/attachments
|
||||
DOMAIN: "https://vaultwarden.${SECRET_CLUSTER_DOMAIN}"
|
||||
DOMAIN: "https://vaultwarden.${SECRET_EXTERNAL_DOMAIN}"
|
||||
TZ: "${TIMEZONE}"
|
||||
SIGNUPS_ALLOWED: "false"
|
||||
WEBSOCKET_ENABLED: "true"
|
||||
@@ -82,7 +82,7 @@ spec:
|
||||
external-dns.alpha.kubernetes.io/target: services.${SECRET_DOMAIN}.
|
||||
hajimari.io/icon: mdi:lock
|
||||
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