From 564a80b1af59ac94b27a6b33a42350f49629a9ea Mon Sep 17 00:00:00 2001 From: yuki-js Date: Thu, 12 Sep 2024 02:26:41 +0900 Subject: [PATCH] temporarily disable the replica --- manifests/overlays/production/cfg/web.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/overlays/production/cfg/web.yml b/manifests/overlays/production/cfg/web.yml index b84b0d0..05e6969 100644 --- a/manifests/overlays/production/cfg/web.yml +++ b/manifests/overlays/production/cfg/web.yml @@ -51,11 +51,11 @@ db: #extra: # ssl: true -dbReplications: true +dbReplications: false # You can configure any number of replicas here dbSlaves: - - host: pg-cluster-ro.pg-cluster.svc.cluster.local + - host: pg-cluster-rw.pg-cluster.svc.cluster.local port: 5432 db: misskey user: misskey-backend-user