We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f5b14 commit ec08723Copy full SHA for ec08723
1 file changed
.controlplane/controlplane.yml
@@ -83,5 +83,10 @@ apps:
83
<<: *common
84
# match_if_app_name_starts_with is used to identify these "qa" apps.
85
match_if_app_name_starts_with: true
86
+ # These review-app one-off defaults request app-sized resources and set a
87
+ # 15-minute server-side active deadline.
88
+ runner_job_default_cpu: "300m"
89
+ runner_job_default_memory: "1Gi"
90
+ runner_job_timeout: 900
91
image_retention_days: 5
92
stale_app_image_deployed_days: 5 # If the app is older than 5 days, the nightly automations will clean stale apps.
0 commit comments