Skip to content

Commit

Permalink
Reduce CPU resource requests and limits in radixconfig.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdp committed Nov 21, 2024
1 parent 7389195 commit 4de51d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radixconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ spec:
resources:
requests:
memory: 32Gi
cpu: 16000m
cpu: 8000m
limits:
memory: 32Gi
cpu: 16000m
cpu: 8000m
horizontalScaling:
minReplicas: 8
maxReplicas: 8
Expand Down

0 comments on commit 4de51d4

Please sign in to comment.