From 7314f3c9d0a05da1980013042060edf120033c45 Mon Sep 17 00:00:00 2001 From: red Date: Sun, 8 Jun 2025 10:28:31 -0400 Subject: [PATCH] undo! --- 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 daa5743..186069d 100644 --- a/manifests/postgres/deployment.yaml +++ b/manifests/postgres/deployment.yaml @@ -5,7 +5,7 @@ metadata: name: postgres namespace: darkdork-dev spec: - replicas: 2 + replicas: 1 selector: matchLabels: app: postgres