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.0042
**RAM**: 56.18 MB
  • Loading branch information
OleksandrUA authored Sep 9, 2024
1 parent f9c1f84 commit 7f3eb0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/production/cage-keeper.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.3
memory: 256Mi
requests:
cpu: 250m
memory: 512Mi
cpu: 0.05
memory: 64Mi
autoscaling:
enabled: false
env:
Expand Down

0 comments on commit 7f3eb0f

Please sign in to comment.