From bb6db63fb25d20c3d5e38008b79476a06a26ee45 Mon Sep 17 00:00:00 2001 From: Vatsal Bajpai Date: Mon, 16 Sep 2024 19:54:29 +0530 Subject: [PATCH] Update values.yaml --- chart/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index aececf3..25c9657 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1,5 +1,5 @@ name: nginx-gateway -replicaCount: 2 +replicaCount: 4 image: repository: nginx pullPolicy: IfNotPresent @@ -17,5 +17,5 @@ resources: hpa: cpuUtilization: targetPercentage: 50 - maxReplicas: 3 - minReplicas: 2 \ No newline at end of file + maxReplicas: 8 + minReplicas: 4