Skip to content

Commit 4992883

Browse files
feat(cloudbuild): update resource configuration for cloud build
- increase memory allocation to 512Mi - set execution environment to gen2 - enable CPU throttling
1 parent e96bab1 commit 4992883

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/cloudbuild.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ steps:
4040
- "managed"
4141
- "--allow-unauthenticated"
4242
- "--memory"
43-
- "256Mi"
43+
- "512Mi"
4444
- "--cpu"
4545
- "1"
4646
- "--timeout"
@@ -51,6 +51,9 @@ steps:
5151
- "3"
5252
- "--port"
5353
- "8080"
54+
- "--execution-environment"
55+
- "gen2"
56+
- "--cpu-throttling"
5457

5558
# Store images in Container Registry
5659
images:

0 commit comments

Comments
 (0)