Compare commits

...

2 Commits

2 changed files with 12 additions and 2 deletions

View 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"

View File

@@ -449,7 +449,7 @@ csi:
serviceMonitor: serviceMonitor:
# -- Enable ServiceMonitor for Ceph CSI drivers # -- Enable ServiceMonitor for Ceph CSI drivers
enabled: false enabled: true
# -- Service monitor scrape interval # -- Service monitor scrape interval
interval: 10s interval: 10s
# -- ServiceMonitor additional labels # -- ServiceMonitor additional labels
@@ -652,4 +652,4 @@ obcProvisionerNamePrefix:
monitoring: monitoring:
# -- Enable monitoring. Requires Prometheus to be pre-installed. # -- Enable monitoring. Requires Prometheus to be pre-installed.
# Enabling will also create RBAC rules to allow Operator to create ServiceMonitors # Enabling will also create RBAC rules to allow Operator to create ServiceMonitors
enabled: false enabled: true