Skip to content

Commit

Permalink
Reduce CPU resource requests and limits in radixconfig.yml; increase …
Browse files Browse the repository at this point in the history
…minimum replicas for horizontal scaling
  • Loading branch information
sigurdp committed Nov 21, 2024
1 parent 360cd40 commit 0bef6b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions radixconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@ spec:
resources:
requests:
memory: 32Gi
cpu: 16000m
cpu: 8000m
limits:
memory: 32Gi
cpu: 16000m
cpu: 8000m
horizontalScaling:
minReplicas: 8
maxReplicas: 8
minReplicas: 16
maxReplicas: 16
resources:
memory:
averageUtilization: 60
Expand Down

0 comments on commit 0bef6b0

Please sign in to comment.