diff --git a/helm/values.yaml b/helm/values.yaml index e20a42c..656ef65 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -15,11 +15,11 @@ autoscaling: resources: requests: - cpu: 500m + cpu: 0.5 memory: 1Gi limits: - cpu: 1000m - memory: 4Gi + cpu: 1 + memory: 1Gi livenessProbe: failureThreshold: 3