enable metrics

This commit is contained in:
behrooz
2025-11-27 14:51:15 +03:30
parent f823f2bdce
commit 368b7384ff

View File

@@ -885,14 +885,14 @@ deploy:
# MetricsServer holds dedicated metrics server configuration. # MetricsServer holds dedicated metrics server configuration.
metricsServer: metricsServer:
# Enabled defines if metrics server should be enabled. # 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 holds config for vCluster integrations with other operators or tools running on the host cluster
integrations: integrations:
# MetricsServer reuses the metrics server from the host cluster within the vCluster. # MetricsServer reuses the metrics server from the host cluster within the vCluster.
metricsServer: metricsServer:
# Enabled signals the metrics server integration should be enabled. # 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 defines if metrics-server nodes api should get proxied from host to virtual cluster.
nodes: true nodes: true
# Pods defines if metrics-server pods api should get proxied from host to virtual cluster. # Pods defines if metrics-server pods api should get proxied from host to virtual cluster.