mirror of https://git.rancher.io/charts
resetting prometheus-node-exporter.service.port and prometheus-node-exporter.service.targetPort to 9796
parent
6083dc0adc
commit
74e0eac696
|
@ -20,6 +20,17 @@
|
|||
pullPolicy: IfNotPresent
|
||||
sha: ""
|
||||
|
||||
@@ -13,8 +20,8 @@
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
- port: 9100
|
||||
- targetPort: 9100
|
||||
+ port: 9796
|
||||
+ targetPort: 9796
|
||||
nodePort:
|
||||
portName: metrics
|
||||
listenOnAllInterfaces: true
|
||||
@@ -95,9 +102,6 @@
|
||||
## If true, create & use RBAC resources
|
||||
##
|
||||
|
|
Loading…
Reference in New Issue