From 90cff5ee7c209317044a0a24d37cda1c92b2d950 Mon Sep 17 00:00:00 2001 From: aarlaud Date: Mon, 20 Nov 2023 12:56:43 +0100 Subject: [PATCH] Update values.yaml --- charts/snyk-broker/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/snyk-broker/values.yaml b/charts/snyk-broker/values.yaml index 6c5cf0f..cbfad46 100644 --- a/charts/snyk-broker/values.yaml +++ b/charts/snyk-broker/values.yaml @@ -412,11 +412,11 @@ extraPodSpecs: # nodeSelector: # networking.company.com/network-segment: internal-pods -##### Do not adjust these settings. The Broker is not designed to work with multiple replicas +##### The Broker is designed to work with multiple replicas (min 2, max 4) only with High Availability mode enabled. autoscaling: enabled: false - minReplicas: 1 - maxReplicas: 100 + minReplicas: 2 + maxReplicas: 4 targetCPUUtilizationPercentage: 80 # targetMemoryUtilizationPercentage: 80