mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-01 16:05:55 +02:00
feat: change cluster url
This commit is contained in:
@@ -47,7 +47,7 @@ spec:
|
||||
repository: joplin/server
|
||||
tag: 2.14.2-beta@sha256:b87564ef34e9ed0513e9b925b617cb8a1371eddfc8476f1fbd3fa85341d51508
|
||||
env:
|
||||
APP_BASE_URL: https://joplin.${SECRET_CLUSTER_DOMAIN}
|
||||
APP_BASE_URL: https://joplin.${SECRET_EXTERNAL_DOMAIN}
|
||||
APP_PORT: &port 8080
|
||||
DB_CLIENT: pg
|
||||
MAILER_ENABLED: 1
|
||||
@@ -76,7 +76,7 @@ spec:
|
||||
external-dns.alpha.kubernetes.io/target: services.${SECRET_DOMAIN}.
|
||||
hajimari.io/icon: mdi:text
|
||||
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