Skip to content

Commit

Permalink
CHG move to on semester
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Jan 21, 2024
1 parent 099701d commit 3383ef8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions k8s/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ imagePullPolicy: "Always"
imagePullSecret: "anubis"
tag: "latest"
revisionHistoryLimit: 3
offSemester: true
offSemester: false

nodeSelector:
doks.digitalocean.com/node-pool: pool-mfdxypigt
Expand Down Expand Up @@ -154,10 +154,10 @@ ide_reaper:
backup:
enable: true
suspend: false
# schedule: "0 */6 * * *" # 6 hours
# volume_schedule: "0 0 * * *" # Midnight
schedule: "0 0 * * 0" # Midnight sunday
volume_schedule: "0 0 * * 0" # Midnight sunday
schedule: "0 */6 * * *" # 6 hours
volume_schedule: "0 0 * * *" # Midnight
# schedule: "0 0 * * 0" # Midnight sunday
# volume_schedule: "0 0 * * 0" # Midnight sunday
secretName: anubis-backup-creds

email:
Expand Down

0 comments on commit 3383ef8

Please sign in to comment.