Skip to content

Commit

Permalink
[stable/kube-state-metrics] added resource config to values.yaml (hel…
Browse files Browse the repository at this point in the history
…m#22850)

* added resource config example as its mentioned in the readme

Signed-off-by: André Bauer <monotek23@gmail.com>

* added newline

Signed-off-by: André Bauer <monotek23@gmail.com>

* updated chart version

Signed-off-by: André Bauer <monotek23@gmail.com>

* removed blank line

Signed-off-by: André Bauer <monotek23@gmail.com>

* updated version

Signed-off-by: André Bauer <monotek23@gmail.com>
  • Loading branch information
monotek authored Jul 20, 2020
1 parent 1e06c7e commit 9427726
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/kube-state-metrics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- monitoring
- prometheus
- kubernetes
version: 2.8.12
version: 2.8.13
appVersion: 1.9.7
home: https://github.com/kubernetes/kube-state-metrics/
sources:
Expand Down
12 changes: 12 additions & 0 deletions stable/kube-state-metrics/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,18 @@ collectors:
##
namespaceOverride: ""

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 64Mi
# requests:
# cpu: 10m
# memory: 32Mi

## Provide a k8s version to define apiGroups for podSecurityPolicy Cluster Role.
## For example: kubeTargetVersionOverride: 1.14.9
##
Expand Down

0 comments on commit 9427726

Please sign in to comment.