Skip to content

Commit

Permalink
add minAllowed field for KSM vpa
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEnigmaa committed Jan 22, 2024
1 parent 2fda9af commit 76a6df4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

### Added

- Add `minAllowed` field for KSM vpa.

## [8.1.1] - 2023-12-13

### Changed
Expand Down
3 changes: 3 additions & 0 deletions helm/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,9 @@ kube-prometheus-stack:
enabled: true
verticalPodAutoscaler:
enabled: true
minAllowed:
cpu: 200m
memory: 200Mi
nodeExporter:
enabled: false
prometheus-node-exporter:
Expand Down

0 comments on commit 76a6df4

Please sign in to comment.