diff --git a/helm/production.yaml b/helm/production.yaml index 289406f..ba03939 100644 --- a/helm/production.yaml +++ b/helm/production.yaml @@ -13,13 +13,14 @@ autoscaling: targetCPUUtilizationPercentage: 80 targetMemoryUtilizationPercentage: 120 -resources: - requests: - cpu: 500m - memory: 1Gi - limits: - cpu: 1000m - memory: 4Gi +resources: {} +#resources: +# requests: +# cpu: 500m +# memory: 1Gi +# limits: +# cpu: 1000m +# memory: 4Gi # livenessProbe: # failureThreshold: 3