Skip to content

Commit

Permalink
[fix] - disable autorizer jobs for space00,space07 and calibration nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Uladzislau Muraveika committed Jul 6, 2022
1 parent 16334f5 commit 7a04a60
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
14 changes: 7 additions & 7 deletions values-calibrationnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ persistence:
# If persistence is set to false no persistent volumes will be created
enabled: true
hostPath: /nvme/disk
autoResizer:
enabled: true
increaseThreshold: 90 # in %
increaseStep: 10 # in %
cron: "0 0 * * *"
# autoResizer:
# enabled: true
# increaseThreshold: 90 # in %
# increaseStep: 10 # in %
# cron: "0 0 * * *"
snapshots:
# If uploadToIpfs is set to true the internal Lotus snapshot will be created and uploaded to the IPFS system. Note that IPFS must be nenabled in that case
uploadToIpfs:
Expand Down Expand Up @@ -144,13 +144,13 @@ persistence:
#name: snapshot-blah
# For each of the deployed services one can specify the disk size, custom disk type and access mode.
lotus:
size: "35Gi"
size: "50Gi"
accessModes:
- ReadWriteOnce
storageClassName: "ebs-sc"
lotusVolumeName: "vol-lotus"
ipfs:
size: "10Gi"
size: "16Gi"
accessModes:
- ReadWriteOnce

Expand Down
10 changes: 5 additions & 5 deletions values/prod/spacerace/space00.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nodeSelector:

persistence:
autoResizer:
cron: "0 */6 * * *"
enabled: false
snapshots:
uploadToIpfs:
cron: "10 */12 * * *"
Expand All @@ -30,10 +30,10 @@ persistence:
address: [email protected]:d03393d1f6e70e089e9e8d18922474f6.git
authorName: Protofire Bot
authorEmail: [email protected]
automation:
deletion:
retention:
count: 7
# automation:
# deletion:
# retention:
# count: 7
restore:
enabled: true
name: space00-hrkdw
Expand Down
12 changes: 7 additions & 5 deletions values/prod/spacerace/space07.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ nodeSelector:
lifecycle: OnDemand-r5-8x

persistence:
autoResizer:
enabled: false
snapshots:
automation:
creation:
cron: "0 20 * * *"
deletion:
cron: "0 21 * * *"
# automation:
# creation:
# cron: "0 20 * * *"
# deletion:
# cron: "0 21 * * *"
restore:
enabled: true
name: space07-t2b8f
Expand Down

0 comments on commit 7a04a60

Please sign in to comment.