Skip to content

Commit

Permalink
Add resource requests for Wave Autoscale components to optimize resou…
Browse files Browse the repository at this point in the history
…rce allocation
  • Loading branch information
Ari-suhyeon committed Dec 3, 2024
1 parent b146f06 commit 36942cd
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ spec:
enabled: true
spec:
core:
resources:
requests:
cpu: 250m
memory: 300Mi
env:
- name: WA_LICENSE
valueFrom:
Expand All @@ -29,6 +33,16 @@ spec:
key: WA_LICENSE
- name: WA_API_SERVER_HOST
value: "0.0.0.0"
webConsole:
resources:
requests:
cpu: 300m
memory: 300Mi
autopilot:
resources:
requests:
cpu: 500m
memory: 300Mi
valuesFrom:
- kind: Secret
name: wa-secret
Expand Down

0 comments on commit 36942cd

Please sign in to comment.