From 37c157153b0f7e83fb1177d88d28fa4f81a2f749 Mon Sep 17 00:00:00 2001 From: David Kornel Date: Thu, 30 May 2024 12:23:01 +0200 Subject: [PATCH] Change minimum ACS scanner replicas to 4 --- .../automation-hub/templates/acs/03-secure-cluster.yaml.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/roles/automation-hub/templates/acs/03-secure-cluster.yaml.j2 b/install/roles/automation-hub/templates/acs/03-secure-cluster.yaml.j2 index cf53b4c5..ee087616 100644 --- a/install/roles/automation-hub/templates/acs/03-secure-cluster.yaml.j2 +++ b/install/roles/automation-hub/templates/acs/03-secure-cluster.yaml.j2 @@ -28,7 +28,7 @@ spec: analyzer: scaling: autoScaling: Enabled - maxReplicas: 5 - minReplicas: 2 - replicas: 3 + maxReplicas: 6 + minReplicas: 3 + replicas: 4 scannerComponent: AutoSense