Skip to content

Commit

Permalink
Reduce VPA min CPU to 50m
Browse files Browse the repository at this point in the history
  • Loading branch information
stone-z committed Aug 29, 2024
1 parent 40dc1fa commit 4c4289f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/starboard-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ verticalPodAutoscaler:
enabled: true
containerPolicies:
minAllowed:
cpu: 100m
cpu: 50m
memory: 100Mi
maxAllowed:
cpu: 1
Expand Down

0 comments on commit 4c4289f

Please sign in to comment.