Skip to content

Commit

Permalink
Reduce CPU resource requests for Wave Autoscale components to optimiz…
Browse files Browse the repository at this point in the history
…e resource usage
  • Loading branch information
Ari-suhyeon committed Dec 3, 2024
1 parent 36942cd commit 9f22fd7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ spec:
webConsole:
resources:
requests:
cpu: 300m
cpu: 250m
memory: 300Mi
autopilot:
resources:
requests:
cpu: 500m
cpu: 250m
memory: 300Mi
valuesFrom:
- kind: Secret
Expand Down

0 comments on commit 9f22fd7

Please sign in to comment.