From eb4277eaaefed9b6acf2548f537f01bafeac4ee1 Mon Sep 17 00:00:00 2001 From: nspmx Date: Wed, 9 Oct 2024 20:18:57 -0300 Subject: [PATCH] change resource usage at playground --- helm/playground.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/helm/playground.yaml b/helm/playground.yaml index 7b6793a..ab726d6 100644 --- a/helm/playground.yaml +++ b/helm/playground.yaml @@ -7,19 +7,19 @@ imagePullSecrets: replicaCount: 1 autoscaling: - enabled: true + enabled: false minReplicas: 1 maxReplicas: 4 targetCPUUtilizationPercentage: 80 targetMemoryUtilizationPercentage: 120 -resources: - requests: - cpu: 250m - memory: 1Gi - limits: - cpu: 500m - memory: 4Gi +resources: {} + # requests: + # cpu: 250m + # memory: 1Gi + # limits: + # cpu: 500m + # memory: 4Gi livenessProbe: failureThreshold: 3