From ac5080d4985e62f7ee43981075e3ec3067a6ed0f Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Mon, 29 Jun 2026 21:50:52 +0200 Subject: [PATCH] still fixing stuff --- helm/istio/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/istio/values.yaml b/helm/istio/values.yaml index 4db2931..0b982df 100644 --- a/helm/istio/values.yaml +++ b/helm/istio/values.yaml @@ -8,7 +8,7 @@ _internal_defaults_do_not_set: # Controls the spec.replicas setting for the Gateway deployment if set. # Otherwise defaults to Kubernetes Deployment default (1). - replicaCount: + replicaCount: 2 kind: Deployment @@ -76,11 +76,11 @@ _internal_defaults_do_not_set: cpu: 100m memory: 128Mi limits: - cpu: 2000m - memory: 1024Mi + cpu: 500m + memory: 512Mi autoscaling: - enabled: true + enabled: false minReplicas: 1 maxReplicas: 5 targetCPUUtilizationPercentage: 80