From 482c3df9dc02c44eed9cb9ddbcb672670947823c Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 7 Jan 2024 12:28:38 +0100 Subject: [PATCH] chore(SCALE): lower default number of cnpg instances Signed-off-by: Kjeld Schouten --- templates/questions/postgresql/postgresql.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/questions/postgresql/postgresql.yaml b/templates/questions/postgresql/postgresql.yaml index ae46dbde6ca..41798d76b23 100644 --- a/templates/questions/postgresql/postgresql.yaml +++ b/templates/questions/postgresql/postgresql.yaml @@ -40,7 +40,7 @@ label: Instances schema: type: int - default: 2 + default: 1 - variable: singleNode label: singleNode schema: @@ -95,7 +95,7 @@ label: Instances schema: type: int - default: 2 + default: 1 - variable: createRO label: "Create ReadOnly Instance" schema: