Skip to content

Commit

Permalink
Changes required for v24.0.0 of KPS. (#406)
Browse files Browse the repository at this point in the history
* Changes required for v24.0.0 of KPS.

* Fixed indentation error.
  • Loading branch information
wiredworm authored Feb 7, 2022
1 parent 51767e4 commit 992860e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ kube-state-metrics:
requests:
cpu: 20m
memory: 100Mi
priorityClassName: ${kube_state_metrics_priorityclass}
priorityClassName: ${kube_state_metrics_priorityclass}
prometheus:
monitor:
enabled: true
additionalLabels:
release: monitoring
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ prometheus-node-exporter:
requests:
cpu: 20m
memory: 50Mi
priorityClassName: ${prometheus_node_exporter_priorityclass}
priorityClassName: ${prometheus_node_exporter_priorityclass}
prometheus:
monitor:
enabled: true

0 comments on commit 992860e

Please sign in to comment.