From f52f61e448434b463daa7ae8899703b667547df6 Mon Sep 17 00:00:00 2001 From: ghost062591 Date: Sat, 25 Oct 2025 11:28:40 -0400 Subject: [PATCH] Update: Increase Replicas 1 ---> 3 --- stacks/core/postgres/stack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/core/postgres/stack.yml b/stacks/core/postgres/stack.yml index b899df5..94c453b 100644 --- a/stacks/core/postgres/stack.yml +++ b/stacks/core/postgres/stack.yml @@ -14,7 +14,7 @@ services: ports: - 5432:5432 deploy: - replicas: 1 + replicas: 3 placement: constraints: - node.hostname == p0