Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions clusters/prod/management/infra-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@ stfc-cloud-openstack-cluster:
- hosts:
- alertmanager.prod-mgmt.nubes.stfc.ac.uk
secretName: tls-keypair
etcdDefrag:
release:
values:
schedule: 11 08 * * * # smearing the time for defrag job 10:12pm daily
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment doesn't line up with value

4 changes: 4 additions & 0 deletions clusters/prod/worker/infra-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@ stfc-cloud-openstack-cluster:
- hosts:
- alertmanager.prod-worker.nubes.stfc.ac.uk
secretName: tls-keypair
etcdDefrag:
release:
values:
schedule: 11 12 * * * # smearing the time for defrag job 11:12pm daily
4 changes: 4 additions & 0 deletions clusters/staging/management/infra-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,7 @@ stfc-cloud-openstack-cluster:
- hosts:
- alertmanager.staging-mgmt.nubes.stfc.ac.uk
secretName: tls-keypair
etcdDefrag:
release:
values:
schedule: 10 08 * * * # smearing the time for defrag job 10:08pm daily
6 changes: 5 additions & 1 deletion clusters/staging/worker/infra-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stfc-cloud-openstack-cluster:
# set label so worker nodes can host longhorn volumes
longhorn.store.nodeselect/longhorn-storage-node: true

addons:
addons:
ingress:
enabled: true
nginx:
Expand Down Expand Up @@ -87,3 +87,7 @@ stfc-cloud-openstack-cluster:
- hosts:
- alertmanager.staging-worker.nubes.stfc.ac.uk
secretName: tls-keypair
etcdDefrag:
release:
values:
schedule: 10 12 * * * # smearing the time for defrag job 10:12pm daily