Skip to content

Commit

Permalink
last pass for concourse-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMcGowan committed Apr 30, 2024
1 parent 56c6071 commit 45bd155
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
- concourse-config/operations/postgres-production-pages.yml
- concourse-config/operations/external-postgres-tls.yml
- concourse-config/operations/driver.yml
- concourse-config/operations/config.yml
- concourse-config/operations/config-pages.yml
- concourse-config/operations/generic-oauth.yml
- concourse-config/operations/compliance.yml
- concourse-config/operations/prometheus.yml
Expand Down
27 changes: 27 additions & 0 deletions operations/config-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
- type: replace
path: /instance_groups/name=web/azs
value: ((azs))
- type: replace
path: /instance_groups/name=worker/azs
value: ((azs))
- type: replace
path: /instance_groups/name=iaas-worker/azs
value: ((azs))

- type: replace
path: /instance_groups/name=web/vm_extensions?
value: ((web_vm_extensions))
- type: replace
path: /instance_groups/name=worker/vm_extensions?
value: ((worker_vm_extensions))
- type: replace
path: /instance_groups/name=iaas-worker/vm_extensions?
value: ((iaas_worker_vm_extensions))

- type: replace
path: /update/update_watch_time?
value: 120000

- type: replace
path: /update/canary_watch_time?
value: 120000

0 comments on commit 45bd155

Please sign in to comment.