Skip to content

Commit

Permalink
Merge pull request #219 from cloud-gov/check-updates
Browse files Browse the repository at this point in the history
Reduce web notes, change update policy, and change default check intervals
  • Loading branch information
ChrisMcGowan authored Mar 26, 2024
2 parents b57905c + d74f141 commit 38d8daa
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
2 changes: 0 additions & 2 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- concourse-config/operations/compliance.yml
- concourse-config/operations/external-postgres-tls.yml
- concourse-config/operations/prometheus.yml
- concourse-config/operations/update-strategy.yml
- concourse-config/operations/set-garbage-collection.yml
- concourse-config/operations/base-resource-defaults.yml
- concourse-config/operations/max-containers.yml
Expand Down Expand Up @@ -176,7 +175,6 @@ jobs:
- concourse-config/operations/generic-oauth.yml
- concourse-config/operations/compliance.yml
- concourse-config/operations/prometheus.yml
- concourse-config/operations/update-strategy.yml
- concourse-config/operations/set-garbage-collection.yml
- concourse-config/operations/base-resource-defaults.yml
- concourse-config/operations/max-containers.yml
Expand Down
12 changes: 12 additions & 0 deletions operations/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,15 @@
- type: replace
path: /update/canary_watch_time?
value: 120000

- type: replace
path: /instance_groups/name=web/default_check_interval?
value: 3m

- type: replace
path: /instance_groups/name=web/ddefault_check_interval_with_webhook?
value: 3m

- type: replace
path: /instance_groups/name=web/lidar_scanner_interval?
value: 10m
4 changes: 0 additions & 4 deletions operations/update-strategy.yml

This file was deleted.

8 changes: 4 additions & 4 deletions variables/production.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
deployment_name: concourse-production
external_url: https://ci.fr.cloud.gov
azs: [z1]
web_vm_type: m5.large.concourse.web
worker_vm_type: m5.xlarge.concourse.worker
iaas_worker_vm_type: m5.xlarge.concourse.worker
web_vm_type: m6i.large.concourse.web
worker_vm_type: m6i.xlarge.concourse.worker
iaas_worker_vm_type: m6i.xlarge.concourse.worker
web_vm_extensions: [production-concourse-lb]
worker_vm_extensions: [production-concourse-profile]
iaas_worker_vm_extensions: [production-concourse-iaas-profile]
network_name: production-concourse
web_instances: 4
web_instances: 2
worker_instances: 10
iaas_worker_instances: 2
build_logs_default: 25
Expand Down

0 comments on commit 38d8daa

Please sign in to comment.