Compare commits
2 Commits
f75a9a6d81
...
16d3b2a66d
| Author | SHA1 | Date | |
|---|---|---|---|
|
16d3b2a66d
|
|||
|
eede7fce5f
|
10
config-patches/cluster/weyma-bind-addr.yaml
Normal file
10
config-patches/cluster/weyma-bind-addr.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
cluster:
|
||||
controllerManager:
|
||||
extraArgs:
|
||||
bind-address: "0.0.0.0"
|
||||
proxy:
|
||||
extraArgs:
|
||||
metrics-bind-address: "0.0.0.0:10249"
|
||||
scheduler:
|
||||
extraArgs:
|
||||
bind-address: "0.0.0.0"
|
||||
@@ -449,7 +449,7 @@ csi:
|
||||
|
||||
serviceMonitor:
|
||||
# -- Enable ServiceMonitor for Ceph CSI drivers
|
||||
enabled: false
|
||||
enabled: true
|
||||
# -- Service monitor scrape interval
|
||||
interval: 10s
|
||||
# -- ServiceMonitor additional labels
|
||||
@@ -652,4 +652,4 @@ obcProvisionerNamePrefix:
|
||||
monitoring:
|
||||
# -- Enable monitoring. Requires Prometheus to be pre-installed.
|
||||
# Enabling will also create RBAC rules to allow Operator to create ServiceMonitors
|
||||
enabled: false
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user