Skip to content

Commit da143e5

Browse files
authored
Merge pull request #946 from uw-it-aca/task/CVS-838
drop unused course job
2 parents 1cc6b3b + 2e34162 commit da143e5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

docker/prod-values.yml

-11
Original file line numberDiff line numberDiff line change
@@ -248,17 +248,6 @@ cronjob:
248248
requests:
249249
cpu: 25m
250250
memory: 128Mi
251-
- name: delete-unused-courses
252-
schedule: "30 11 * * 1-5"
253-
command: ["/scripts/management_command.sh"]
254-
args: ["delete_unused_courses"]
255-
resources:
256-
limits:
257-
cpu: 500m
258-
memory: 256Mi
259-
requests:
260-
cpu: 25m
261-
memory: 128Mi
262251
- name: sync-external-tools
263252
schedule: "15 14 * * 1-6"
264253
command: ["/scripts/management_command.sh"]

0 commit comments

Comments
 (0)