Skip to content

Commit efbc2a7

Browse files
committed
adjust memory limit for api/service-gcp/scheduler
1 parent b94a5af commit efbc2a7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

deploy/infrabox/templates/api/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
memory: "1200Mi"
4949
limits:
5050
cpu: "1000m"
51-
memory: "2000Mi"
51+
memory: "4Gi"
5252
volumeMounts:
5353
{{ include "mounts_rsa_public" . | indent 16 }}
5454
{{ include "mounts_rsa_private" . | indent 16 }}

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: "800Mi"
32+
memory: "2Gi"
3333
env:
3434
{{ include "env_database" . | indent 16 }}
3535
{{ include "env_general" . | indent 16 }}

src/services/gcp/infrabox-service-gcp/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
memory: "1200Mi"
3737
limits:
3838
cpu: "1000m"
39-
memory: "2400Mi"
39+
memory: "4Gi"
4040
volumeMounts:
4141
- name: service-account
4242
mountPath: "/var/run/infrabox.net/gcp"

0 commit comments

Comments
 (0)