Skip to content

Commit 556c1b5

Browse files
authored
Merge pull request #35 from Xtigyro/v182
Better default auto-scaling and resource limits values for Puppetserver
2 parents 86bc0cf + 7f9f900 commit 556c1b5

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ numbering uses [semantic versioning](http://semver.org).
55

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

8+
## [v1.8.2](https://github.com/Xtigyro/puppetserver-helm-chart/tree/v1.8.2) (2020-03-22)
9+
10+
- Better default auto-scaling and resource limits values for Puppetserver.
11+
12+
[Full Changelog](https://github.com/Xtigyro/puppetserver-helm-chart/compare/v1.8.1...v1.8.2)
13+
814
## [v1.8.1](https://github.com/Xtigyro/puppetserver-helm-chart/tree/v1.8.1) (2020-03-21)
915

1016
- Fix auto-scaling of Puppetserver.

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: puppetserver-helm-chart
3-
version: 1.8.1
3+
version: 1.8.2
44
appVersion: 6.9.0
55
description: Puppet automates the delivery and operation of software.
66
keywords: ["puppet", "puppetserver", "automation", "iac", "infrastructure", "cm", "ci", "cd"]

values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ puppetserver:
2626
enabled: false
2727
minCompilers: 1
2828
maxCompilers: 5
29-
cpuUtilizationPercentage: 50
30-
memoryUtilizationPercentage: 50
29+
cpuUtilizationPercentage: 80
30+
memoryUtilizationPercentage: 80
3131
resources: {}
3232
# requests:
33-
# memory: 512Mi
33+
# memory: 768Mi
3434
# cpu: 500m
3535
# limits:
36-
# memory: 768Mi
36+
# memory: 1Gi
3737
# cpu: 750m
3838
## Additional puppetserver container environment variables
3939
extraEnv: {}

0 commit comments

Comments
 (0)