Skip to content

Commit

Permalink
feat: add default values for resources requests in values file
Browse files Browse the repository at this point in the history
  • Loading branch information
Monska85 committed Jun 5, 2024
1 parent ea36394 commit f86940c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.0] - 2024-06-05

[Compare with previous version](https://github.com/sparkfabrik/terraform-helm-descheduler/compare/0.2.0...0.3.0)

### Added

- Add `resources.requests.cpu` and `resources.requests.memory` default values in the Helm chart values.

## [0.2.0] - 2024-05-16

[Compare with previous version](https://github.com/sparkfabrik/terraform-helm-descheduler/compare/0.1.0...0.2.0)
Expand Down
5 changes: 5 additions & 0 deletions files/values.yaml.tftpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# https://github.com/kubernetes-sigs/descheduler/blob/master/charts/descheduler/values.yaml

resources:
requests:
cpu: 100m
memory: 64Mi

%{~ if length(common_labels) > 0 }
%{~ for lbl_key, lbl_value in common_labels }
commonLabels:
Expand Down

0 comments on commit f86940c

Please sign in to comment.