From 31efcd127652fe0e14926e66ef653bc307344015 Mon Sep 17 00:00:00 2001 From: Paul Payne Date: Mon, 14 Jul 2025 17:50:28 -0700 Subject: [PATCH] Update domain configuration in immich manifest to use dynamic cloud domain --- apps/immich/manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/immich/manifest.yaml b/apps/immich/manifest.yaml index 5857b82..276fd2d 100644 --- a/apps/immich/manifest.yaml +++ b/apps/immich/manifest.yaml @@ -17,7 +17,7 @@ defaultConfig: redisHostname: redis.redis.svc.cluster.local dbHostname: postgres.postgres.svc.cluster.local dbUsername: immich - domain: immich.example.com + domain: immich.{{ .cloud.domain }} requiredSecrets: - apps.immich.dbPassword - apps.postgres.password