Skip to content

Commit

Permalink
Adjust cron resource after 1st run
Browse files Browse the repository at this point in the history
  • Loading branch information
fanglinfang committed Aug 25, 2023
1 parent dc6d79a commit 057b500
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/prod-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,22 +205,22 @@ cronjob:
args: ["db_cleanup", "notice"]
resources:
limits:
cpu: 100m
memory: 768Mi
cpu: 75m
memory: 1024Mi
requests:
cpu: 25m
memory: 128Mi
memory: 512Mi
- name: linkvisit-cleanup
schedule: "1 3 * * 4"
command: ["/scripts/management_command.sh"]
args: ["db_cleanup", "linkvisit"]
resources:
limits:
cpu: 100m
memory: 2048Mi
memory: 1280Mi
requests:
cpu: 25m
memory: 1024Mi
memory: 512Mi
environmentVariables:
- name: AUTH
value: SAML
Expand Down

0 comments on commit 057b500

Please sign in to comment.