Update domain configuration in immich manifest to use dynamic cloud domain

This commit is contained in:
2025-07-14 17:50:28 -07:00
parent 0b3d4d6aaf
commit 31efcd1276

View File

@@ -17,7 +17,7 @@ defaultConfig:
redisHostname: redis.redis.svc.cluster.local redisHostname: redis.redis.svc.cluster.local
dbHostname: postgres.postgres.svc.cluster.local dbHostname: postgres.postgres.svc.cluster.local
dbUsername: immich dbUsername: immich
domain: immich.example.com domain: immich.{{ .cloud.domain }}
requiredSecrets: requiredSecrets:
- apps.immich.dbPassword - apps.immich.dbPassword
- apps.postgres.password - apps.postgres.password