Skip to content

Commit

Permalink
TECH-3595 - Setting correct CPU/RAM requests/limits
Browse files Browse the repository at this point in the history
📈 📈 📈 

Current average (12h) usage is:
**CPU**: 0.0005
**RAM**: 35.02 MB
  • Loading branch information
OleksandrUA authored Sep 9, 2024
1 parent 4f2215a commit f9d4b73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/production/vote-breakdown-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ podAnnotations:
reloader.stakater.com/auto: "true"
resources:
limits:
cpu: 500m
memory: 1024Mi
cpu: 0.25
memory: 256Mi
requests:
cpu: 250m
memory: 512Mi
cpu: 0.05
memory: 64Mi
autoscaling:
enabled: false
env:
Expand Down

0 comments on commit f9d4b73

Please sign in to comment.