diff --git a/deploy/helm/tests/__snapshot__/gateway-deployment_test.yaml.snap b/deploy/helm/tests/__snapshot__/gateway-deployment_test.yaml.snap index 76628995..1c44a10b 100644 --- a/deploy/helm/tests/__snapshot__/gateway-deployment_test.yaml.snap +++ b/deploy/helm/tests/__snapshot__/gateway-deployment_test.yaml.snap @@ -67,7 +67,7 @@ Gateway spec should match snapshot when using default values: resources: limits: cpu: 1000m - memory: 400Mi + memory: 1Gi requests: cpu: 1000m memory: 400Mi diff --git a/deploy/helm/tests/__snapshot__/gateway-hpa_test.yaml.snap b/deploy/helm/tests/__snapshot__/gateway-hpa_test.yaml.snap index 31515d57..f53b87c4 100644 --- a/deploy/helm/tests/__snapshot__/gateway-hpa_test.yaml.snap +++ b/deploy/helm/tests/__snapshot__/gateway-hpa_test.yaml.snap @@ -1,6 +1,6 @@ Gateway collector's HPA spec should match snapshot when using default values on cluster with Metrics Server: 1: | - maxReplicas: 1 + maxReplicas: 5 metrics: - resource: name: cpu diff --git a/deploy/helm/values.yaml b/deploy/helm/values.yaml index 0046e5ea..e2c2b689 100644 --- a/deploy/helm/values.yaml +++ b/deploy/helm/values.yaml @@ -774,7 +774,7 @@ otel: resources: limits: cpu: 1000m - memory: 400Mi + memory: 1Gi requests: cpu: 1000m memory: 400Mi @@ -794,7 +794,7 @@ otel: # Autoscaler configuration for the gateway collector autoscaler: minReplicas: 1 - maxReplicas: 1 + maxReplicas: 5 targetCPUUtilization: 80 targetMemoryUtilization: 80