From b2b7f9e10c4abc07b83c6e8f6c82e077effeb2a1 Mon Sep 17 00:00:00 2001 From: red Date: Sun, 8 Jun 2025 10:14:45 -0400 Subject: [PATCH] increase postgres replicas to 2 --- manifests/postgres/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/postgres/deployment.yaml b/manifests/postgres/deployment.yaml index 186069d..daa5743 100644 --- a/manifests/postgres/deployment.yaml +++ b/manifests/postgres/deployment.yaml @@ -5,7 +5,7 @@ metadata: name: postgres namespace: darkdork-dev spec: - replicas: 1 + replicas: 2 selector: matchLabels: app: postgres