diff --git a/infra/helm/inferno/templates/deployments/validator-api.deployment.yaml b/infra/helm/inferno/templates/deployments/validator-api.deployment.yaml index 5784e6f..88df079 100644 --- a/infra/helm/inferno/templates/deployments/validator-api.deployment.yaml +++ b/infra/helm/inferno/templates/deployments/validator-api.deployment.yaml @@ -46,5 +46,5 @@ spec: memory: "512Mi" # Minimum memory required for scheduling cpu: "250m" # Minimum CPU required for scheduling limits: - memory: "10Gi" # Maximum memory usage allowed + memory: "3Gi" # Maximum memory usage allowed cpu: "500m" # Maximum CPU usage allowed