From 2c8019db3c9fbb3503cafb7d4399fafd1cdb6e0c Mon Sep 17 00:00:00 2001 From: nspmx Date: Mon, 9 Sep 2024 11:19:48 -0300 Subject: [PATCH] change development resources --- helm/development.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/helm/development.yaml b/helm/development.yaml index 65a875e..a51c0cc 100644 --- a/helm/development.yaml +++ b/helm/development.yaml @@ -7,19 +7,20 @@ imagePullSecrets: replicaCount: 1 autoscaling: - enabled: true + enabled: false minReplicas: 1 maxReplicas: 4 targetCPUUtilizationPercentage: 80 targetMemoryUtilizationPercentage: 120 -resources: - requests: - cpu: 10m - memory: 256Mi - limits: - cpu: 200m - memory: 1Gi +resources: {} +# resources: +# requests: +# cpu: 10m +# memory: 256Mi +# limits: +# cpu: 200m +# memory: 1Gi livenessProbe: failureThreshold: 3