Skip to content

Commit ae0b608

Browse files
Change the port for the node exporter sevice (kyma-project#17821)
1 parent 6a6cdf6 commit ae0b608

File tree

1 file changed

+2
-2
lines changed
  • resources/monitoring/charts/prometheus-node-exporter

1 file changed

+2
-2
lines changed

resources/monitoring/charts/prometheus-node-exporter/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ imagePullSecrets: []
1212

1313
service:
1414
type: ClusterIP
15-
port: 9100
16-
targetPort: 9100
15+
port: 19100
16+
targetPort: 19100
1717
nodePort:
1818
portName: metrics
1919
listenOnAllInterfaces: true

0 commit comments

Comments
 (0)