From 8f14a93fe647733ed469231132e69f9a794ef342 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 3 Oct 2025 21:59:51 -0500 Subject: [PATCH] swtich db --- clusters/cl01tl/applications/immich/values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/clusters/cl01tl/applications/immich/values.yaml b/clusters/cl01tl/applications/immich/values.yaml index ad0d3baca..319265646 100644 --- a/clusters/cl01tl/applications/immich/values.yaml +++ b/clusters/cl01tl/applications/immich/values.yaml @@ -2,7 +2,7 @@ immich: controllers: main: type: deployment - replicas: 0 + replicas: 1 strategy: Recreate revisionHistoryLimit: 3 containers: @@ -23,31 +23,31 @@ immich: - name: REDIS_HOSTNAME value: redis-replication-immich-master - name: DB_VECTOR_EXTENSION - value: pgvecto.rs + value: vectorchord - name: DB_HOSTNAME valueFrom: secretKeyRef: - name: immich-postgresql-16-cluster-app + name: immich-postgresql-16-b-cluster-app key: host - name: DB_DATABASE_NAME valueFrom: secretKeyRef: - name: immich-postgresql-16-cluster-app + name: immich-postgresql-16-b-cluster-app key: dbname - name: DB_PORT valueFrom: secretKeyRef: - name: immich-postgresql-16-cluster-app + name: immich-postgresql-16-b-cluster-app key: port - name: DB_USERNAME valueFrom: secretKeyRef: - name: immich-postgresql-16-cluster-app + name: immich-postgresql-16-b-cluster-app key: user - name: DB_PASSWORD valueFrom: secretKeyRef: - name: immich-postgresql-16-cluster-app + name: immich-postgresql-16-b-cluster-app key: password probes: liveness: @@ -92,7 +92,7 @@ immich: memory: 512Mi machine-learning: type: deployment - replicas: 0 + replicas: 1 strategy: Recreate revisionHistoryLimit: 3 containers: