Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .controlplane/controlplane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,10 @@ apps:
<<: *common
# match_if_app_name_starts_with is used to identify these "qa" apps.
match_if_app_name_starts_with: true
# These review-app one-off defaults request app-sized resources and set a
# 15-minute server-side active deadline.
runner_job_default_cpu: "300m"
runner_job_default_memory: "1Gi"
runner_job_timeout: 900
Comment thread
justin808 marked this conversation as resolved.
image_retention_days: 5
stale_app_image_deployed_days: 5 # If the app is older than 5 days, the nightly automations will clean stale apps.
Loading