From d9bddfa8c70dd2f1ab119573b02b6d4ebde60f7f Mon Sep 17 00:00:00 2001 From: Petrus Repo Date: Thu, 6 Aug 2026 14:39:52 +0300 Subject: [PATCH] fix: Pin aiwb-infra-cnpg to one instance on small profile The small profile had no override for aiwb-infra-cnpg, so it inherited instances: 3 from the published aiwb-cnpg chart, while the medium profile explicitly set instances: 1. A small cluster therefore ran three Postgres replicas silently, consuming more resources than a medium cluster. airm-infra-cnpg already defaults to a single instance upstream, so it needs no override. The large profile keeps three instances. --- root/values_small.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/root/values_small.yaml b/root/values_small.yaml index bb17ee72..5fdc9fb5 100644 --- a/root/values_small.yaml +++ b/root/values_small.yaml @@ -60,6 +60,9 @@ enabledApps: - rabbitmq apps: + aiwb-infra-cnpg: + valuesObject: + instances: 1 argocd: valuesObject: applicationSet: