Skip to content

Commit 1508b12

Browse files
committed
use maxium 8Gi for scheduler
1 parent a3aeb28 commit 1508b12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/infrabox/templates/scheduler/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
memory: "400Mi"
3030
limits:
3131
cpu: "500m"
32-
memory: "4Gi"
32+
memory: "8Gi"
3333
env:
3434
{{ include "env_database" . | indent 16 }}
3535
{{ include "env_general" . | indent 16 }}

0 commit comments

Comments
 (0)