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 7060360 commit 360cd40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions radixconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@ spec:
resources:
requests:
memory: 32Gi
cpu: 32000m
cpu: 16000m
limits:
memory: 32Gi
cpu: 32000m
cpu: 16000m
horizontalScaling:
minReplicas: 4
minReplicas: 8
maxReplicas: 8
resources:
memory:
Expand Down

0 comments on commit 360cd40

Please sign in to comment.