-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrolplane.yml
More file actions
45 lines (36 loc) · 1.08 KB
/
controlplane.yml
File metadata and controls
45 lines (36 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Keys beginning with "cpln_" correspond to your settings in Control Plane.
#
# This demo stores its SQLite database under `/app/db` and local Active Storage
# files under `/app/storage`, so both directories need persistent volumes.
allow_org_override_by_env: true
allow_app_override_by_env: true
aliases:
common: &common
cpln_org: my-org-staging
default_location: aws-us-east-2
setup_app_templates:
- app
- db
- storage
- rails
one_off_workload: rails
app_workloads:
- rails
additional_workloads: []
release_script: release_script.sh
stale_app_image_deployed_days: 5
image_retention_days: 7
production: &production
<<: *common
allow_org_override_by_env: false
allow_app_override_by_env: false
cpln_org: my-org-production
upstream: react-on-rails-migration-example-staging
apps:
react-on-rails-migration-example-staging:
<<: *common
react-on-rails-migration-example-review:
<<: *common
match_if_app_name_starts_with: true
react-on-rails-migration-example-production:
<<: *production