monitoring: change node-exporter port to 9101 to avoid conflict
This commit is contained in:
@@ -27,7 +27,7 @@ spec:
|
|||||||
automountServiceAccountToken: true
|
automountServiceAccountToken: true
|
||||||
containers:
|
containers:
|
||||||
- args:
|
- args:
|
||||||
- --web.listen-address=127.0.0.1:9100
|
- --web.listen-address=127.0.0.1:9101
|
||||||
- --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)]: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
|
- --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:
|
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: 9100
|
- containerPort: 9101
|
||||||
hostPort: 9100
|
hostPort: 9101
|
||||||
name: https
|
name: https
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: https
|
- name: https
|
||||||
port: 9100
|
port: 9101
|
||||||
targetPort: https
|
targetPort: https
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/component: exporter
|
app.kubernetes.io/component: exporter
|
||||||
|
|||||||
Reference in New Issue
Block a user