monitoring: change node-exporter port to 9101 to avoid conflict

This commit is contained in:
2025-05-13 14:12:36 -04:00
parent 6f907fdc5c
commit af72b56581
2 changed files with 6 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ spec:
automountServiceAccountToken: true
containers:
- args:
- --web.listen-address=127.0.0.1:9100
- --web.listen-address=127.0.0.1:9101
- --path.sysfs=/host/sys
- --path.rootfs=/host/root
- --path.udev.data=/host/root/run/udev/data
@@ -64,9 +64,9 @@ spec:
name: root
readOnly: true
- args:
- --secure-listen-address=[$(IP)]:9100
- --secure-listen-address=[$(IP)]:9101
- --tls-cipher-suites=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305
- --upstream=http://127.0.0.1:9100/
- --upstream=http://127.0.0.1:9101/
env:
- name: IP
valueFrom:
@@ -75,8 +75,8 @@ spec:
image: quay.io/brancz/kube-rbac-proxy:v0.19.1
name: kube-rbac-proxy
ports:
- containerPort: 9100
hostPort: 9100
- containerPort: 9101
hostPort: 9101
name: https
resources:
limits: