Skip to content

Commit

Permalink
Merge pull request #35 from Xtigyro/v182
Browse files Browse the repository at this point in the history
Better default auto-scaling and resource limits values for Puppetserver
  • Loading branch information
slconley authored Mar 24, 2020
2 parents 86bc0cf + 7f9f900 commit 556c1b5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ numbering uses [semantic versioning](http://semver.org).

NOTE: The change log until version `v0.2.4` is auto-generated.

## [v1.8.2](https://github.com/Xtigyro/puppetserver-helm-chart/tree/v1.8.2) (2020-03-22)

- Better default auto-scaling and resource limits values for Puppetserver.

[Full Changelog](https://github.com/Xtigyro/puppetserver-helm-chart/compare/v1.8.1...v1.8.2)

## [v1.8.1](https://github.com/Xtigyro/puppetserver-helm-chart/tree/v1.8.1) (2020-03-21)

- Fix auto-scaling of Puppetserver.
Expand Down
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: puppetserver-helm-chart
version: 1.8.1
version: 1.8.2
appVersion: 6.9.0
description: Puppet automates the delivery and operation of software.
keywords: ["puppet", "puppetserver", "automation", "iac", "infrastructure", "cm", "ci", "cd"]
Expand Down
8 changes: 4 additions & 4 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ puppetserver:
enabled: false
minCompilers: 1
maxCompilers: 5
cpuUtilizationPercentage: 50
memoryUtilizationPercentage: 50
cpuUtilizationPercentage: 80
memoryUtilizationPercentage: 80
resources: {}
# requests:
# memory: 512Mi
# memory: 768Mi
# cpu: 500m
# limits:
# memory: 768Mi
# memory: 1Gi
# cpu: 750m
## Additional puppetserver container environment variables
extraEnv: {}
Expand Down

0 comments on commit 556c1b5

Please sign in to comment.