diff --git a/clusters/cl01tl/applications/immich/values.yaml b/clusters/cl01tl/applications/immich/values.yaml index 746b623db..595c139ef 100644 --- a/clusters/cl01tl/applications/immich/values.yaml +++ b/clusters/cl01tl/applications/immich/values.yaml @@ -231,7 +231,7 @@ postgres-16-cluster: retentionPolicy: "3d" postgres-17-cluster: nameOverride: immich-postgresql-17 - mode: recovery + mode: standalone cluster: image: repository: ghcr.io/tensorchord/cloudnative-vectorchord @@ -251,7 +251,6 @@ postgres-17-cluster: - "vchord.so" initdb: postInitSQL: - - CREATE EXTENSION IF NOT EXISTS "vector"; - CREATE EXTENSION IF NOT EXISTS "vchord" CASCADE; - CREATE EXTENSION IF NOT EXISTS "cube" CASCADE; - CREATE EXTENSION IF NOT EXISTS "earthdistance" CASCADE;