Skip to content

Commit 9474355

Browse files
Merge pull request #1514 from porter-dev/sms/update-cloud-sql-limit
fix: allow bursting on cloudsql proxy
2 parents 46bbec4 + 1e4304b commit 9474355

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

applications/web/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ spec:
447447
runAsNonRoot: true
448448
resources:
449449
limits:
450-
memory: 2Gi
450+
memory: 4Gi
451451
cpu: 4
452452
requests:
453453
memory: 128Mi

applications/worker/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ spec:
354354
{{ end }}
355355
resources:
356356
limits:
357-
memory: 2Gi
357+
memory: 4Gi
358358
cpu: 2
359359
requests:
360360
memory: 128Mi

0 commit comments

Comments
 (0)