enable metrics
This commit is contained in:
@@ -885,14 +885,14 @@ deploy:
|
||||
# MetricsServer holds dedicated metrics server configuration.
|
||||
metricsServer:
|
||||
# Enabled defines if metrics server should be enabled.
|
||||
enabled: false
|
||||
enabled: true
|
||||
|
||||
# Integrations holds config for vCluster integrations with other operators or tools running on the host cluster
|
||||
integrations:
|
||||
# MetricsServer reuses the metrics server from the host cluster within the vCluster.
|
||||
metricsServer:
|
||||
# Enabled signals the metrics server integration should be enabled.
|
||||
enabled: false
|
||||
enabled: true
|
||||
# Nodes defines if metrics-server nodes api should get proxied from host to virtual cluster.
|
||||
nodes: true
|
||||
# Pods defines if metrics-server pods api should get proxied from host to virtual cluster.
|
||||
|
||||
Reference in New Issue
Block a user