Skip to content

Commit

Permalink
disable cronjobs on vue.my
Browse files Browse the repository at this point in the history
  • Loading branch information
fanglinfang committed Jan 4, 2024
1 parent 48a42ec commit e78141f
Showing 1 changed file with 1 addition and 79 deletions.
80 changes: 1 addition & 79 deletions docker/vue-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,85 +58,7 @@ mountedSecrets:
secretName: vue.my.uw.edu-openssl-conf

cronjob:
enabled: true
jobs:
- name: expired-sessions
schedule: "1 10 * * 6"
command: ["/scripts/management_command.sh"]
args: ["clear_expired_sessions", "7"]
resources:
limits:
cpu: 75m
memory: 128Mi
requests:
cpu: 25m
memory: 32Mi
- name: cleanup-instructors
schedule: "1 12 11 11 *"
command: ["/scripts/management_command.sh"]
args: ["cleanup_instructors"]
resources:
limits:
cpu: 75m
memory: 128Mi
requests:
cpu: 25m
memory: 32Mi
- name: update-buildings
schedule: "1 11 1 * *"
command: ["/scripts/management_command.sh"]
args: ["load_buildings"]
resources:
limits:
cpu: 75m
memory: 64Mi
requests:
cpu: 25m
memory: 32Mi
- name: course-cleanup
schedule: "1 3 * 1,4,7,9 1"
command: ["/scripts/management_command.sh"]
args: ["db_cleanup", "course"]
resources:
limits:
cpu: 75m
memory: 128Mi
requests:
cpu: 25m
memory: 32Mi
- name: seenreg-cleanup
schedule: "1 3 * 1,4,7,9 2"
command: ["/scripts/management_command.sh"]
args: ["db_cleanup", "seenreg"]
resources:
limits:
cpu: 75m
memory: 128Mi
requests:
cpu: 25m
memory: 32Mi
- name: notice-cleanup
schedule: "1 3 * * 3"
command: ["/scripts/management_command.sh"]
args: ["db_cleanup", "notice"]
resources:
limits:
cpu: 75m
memory: 128Mi
requests:
cpu: 25m
memory: 32Mi
- name: linkvisit-cleanup
schedule: "1 3 * * 4"
command: ["/scripts/management_command.sh"]
args: ["db_cleanup", "linkvisit"]
resources:
limits:
cpu: 75m
memory: 128Mi
requests:
cpu: 25m
memory: 32Mi
enabled: false
environmentVariables:
- name: AUTH
value: SAML
Expand Down

0 comments on commit e78141f

Please sign in to comment.