Skip to content

Commit

Permalink
Merge pull request #40 from junotx/wt-main
Browse files Browse the repository at this point in the history
[kube-prometheus-stack] use customized node-exporter chart
  • Loading branch information
benjaminhuo authored Feb 1, 2024
2 parents 2389f09 + 7f27d6a commit d4d116d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 52.1.8
version: 52.1.9
appVersion: v0.68.0
kubeVersion: ">=1.19.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
Expand All @@ -47,8 +47,8 @@ dependencies:
repository: https://prometheus-community.github.io/helm-charts
condition: kubeStateMetrics.enabled
- name: prometheus-node-exporter
version: "4.23.*"
repository: https://prometheus-community.github.io/helm-charts
version: "4.21.*"
repository: file://../prometheus-node-exporter
condition: nodeExporter.enabled
- name: prometheus-windows-exporter
repository: https://prometheus-community.github.io/helm-charts
Expand Down
3 changes: 2 additions & 1 deletion charts/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,8 @@ prometheus-node-exporter:
- --collector.netclass.ignored-devices=^(veth.*|[a-f0-9]{15})$
- --collector.netdev.device-exclude=^(veth.*|[a-f0-9]{15})$
service:
portName: http-metrics
# must be metrics for customized prometheus-node-exporter because of its own limit.
portName: metrics
listenOnAllInterfaces: false

affinity:
Expand Down

0 comments on commit d4d116d

Please sign in to comment.