From 29ab21efff84c06df1a39deb858d97091414cda1 Mon Sep 17 00:00:00 2001 From: rock Date: Sat, 12 Sep 2026 18:10:12 +0900 Subject: [PATCH] fix(databases): Scale authentik-db to 3 replicas for HA (fresh clean cluster) --- k8s/infra/databases/authentik-db.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/infra/databases/authentik-db.yaml b/k8s/infra/databases/authentik-db.yaml index 03c88e8..9b7e54a 100644 --- a/k8s/infra/databases/authentik-db.yaml +++ b/k8s/infra/databases/authentik-db.yaml @@ -9,7 +9,7 @@ metadata: annotations: argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true spec: - instances: 1 + instances: 3 imageName: ghcr.io/cloudnative-pg/postgresql:16.2 bootstrap: initdb: