fix(prometheus): enable hostNetworking and change port (#1969)

* fix(prometheus): enable hostNetworking and change port

* Update Chart.yaml

* Update default-ports.md

* Update values.yaml
This commit is contained in:
Kjeld Schouten-Lebbing
2022-02-26 01:37:32 +01:00
committed by GitHub
parent b8cf751c29
commit 1c337441fc
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
type: application
version: 1.1.68
version: 1.1.69
annotations:
truecharts.org/catagories: |
- metrics
+2 -1
View File
@@ -1147,8 +1147,9 @@ exporters:
## @param node-exporter [object] Node Exporter deployment configuration
##
node-exporter:
hostNetwork: false
service:
port: 9910
targetPort: 9910
labels:
jobLabel: node-exporter
serviceMonitor: