Skip to content

Commit

Permalink
CHG move to off semester
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Jan 1, 2024
1 parent ce187d8 commit 37bf999
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 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: false
offSemester: true

nodeSelector:
doks.digitalocean.com/node-pool: pool-mfdxypigt
Expand Down Expand Up @@ -154,8 +154,10 @@ ide_reaper:
backup:
enable: true
suspend: false
schedule: "0 */6 * * *" # 6 hours
volume_schedule: "0 0 * * *" # Midnight
# 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 37bf999

Please sign in to comment.