diff --git a/aula-06/custom-values.yaml b/aula-06/custom-values.yaml index ce0553d..ac6c435 100644 --- a/aula-06/custom-values.yaml +++ b/aula-06/custom-values.yaml @@ -132,11 +132,11 @@ webhook: N8N_SECURE_COOKIE: "false" resources: requests: - cpu: 50m - memory: 128Mi - limits: - cpu: 250m + cpu: 100m memory: 256Mi + limits: + cpu: 500m + memory: 512Mi # n8n precisa de memória para iniciar autoscaling: enabled: true minReplicas: 1