diff --git a/stack_orchestrator/deploy/k8s/cluster_info.py b/stack_orchestrator/deploy/k8s/cluster_info.py index 9489e291..3a9a13e5 100644 --- a/stack_orchestrator/deploy/k8s/cluster_info.py +++ b/stack_orchestrator/deploy/k8s/cluster_info.py @@ -34,8 +34,8 @@ DEFAULT_VOLUME_RESOURCES = Resources({ }) DEFAULT_CONTAINER_RESOURCES = Resources({ - "reservations": {"cpus": "0.1", "memory": "200M"}, - "limits": {"cpus": "1.0", "memory": "2000M"}, + "reservations": {"cpus": "1.0", "memory": "2000M"}, + "limits": {"cpus": "4.0", "memory": "8000M"}, })