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

This reverts commit af72b56581.
This commit is contained in:
2025-05-13 14:24:53 -04:00
parent 9005b98aa1
commit 5a0969a4cf
2 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -11,7 +11,7 @@ metadata:
spec: spec:
ports: ports:
- name: https - name: https
port: 9101 port: 9100
targetPort: https targetPort: https
selector: selector:
app.kubernetes.io/component: exporter app.kubernetes.io/component: exporter