Skip to content

Commit

Permalink
Merge pull request #5 from makerdao/TECH-3246-resources-optimisation
Browse files Browse the repository at this point in the history
feat: update the container resource cpu limits
  • Loading branch information
chong-techops authored Jan 7, 2025
2 parents 4ea1437 + bd8e211 commit 0738a77
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deploy/production/vote-breakdown-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ podAnnotations:
reloader.stakater.com/auto: "true"
resources:
limits:
cpu: 0.25
memory: 256Mi
requests:
cpu: 0.05
memory: 128Mi
cpu: 10m
memory: 40Mi
autoscaling:
enabled: false
env:
Expand Down

0 comments on commit 0738a77

Please sign in to comment.