From 8576917f7a58fb7192fb22d3f0660434d26574fe Mon Sep 17 00:00:00 2001 From: behrooz Date: Sat, 29 Nov 2025 19:39:07 +0330 Subject: [PATCH] allow sync ingresses from vcluster to host --- vcluster-0.28.0/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcluster-0.28.0/values.yaml b/vcluster-0.28.0/values.yaml index 86115e7..1ec988c 100644 --- a/vcluster-0.28.0/values.yaml +++ b/vcluster-0.28.0/values.yaml @@ -892,7 +892,7 @@ integrations: # MetricsServer reuses the metrics server from the host cluster within the vCluster. metricsServer: # Enabled signals the metrics server integration should be enabled. - enabled: true + enabled: false # 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.