From a7e596788bd0af9839b9fc9570f01f377f345232 Mon Sep 17 00:00:00 2001 From: Ybehrooz Date: Sun, 8 Jun 2025 19:11:58 +0330 Subject: [PATCH] fix values --- vcluster-0.21.1/values.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/vcluster-0.21.1/values.yaml b/vcluster-0.21.1/values.yaml index 3ce67a0..f33ba88 100644 --- a/vcluster-0.21.1/values.yaml +++ b/vcluster-0.21.1/values.yaml @@ -423,8 +423,7 @@ controlPlane: # Port under which vCluster will expose the proxy. Changing port is currently not supported. port: 8443 # ExtraSANs are extra hostnames to sign the vCluster proxy certificate for. - extraSANs: - - bugx.ir + extraSANs: [] # CoreDNS defines everything related to the coredns that is deployed and used within the vCluster. coredns: @@ -499,9 +498,9 @@ controlPlane: # Ingress defines options for vCluster ingress deployed by Helm. ingress: # Enabled defines if the control plane ingress should be enabled - enabled: true + enabled: false # Host is the host where vCluster will be reachable - host: "bugx.ir" + host: "my-host.com" # PathType is the path type of the ingress pathType: ImplementationSpecific labels: {} @@ -606,7 +605,7 @@ controlPlane: # Scheduling holds options related to scheduling. scheduling: # PodManagementPolicy is the statefulSet pod management policy. - podManagementPolicy: OrderedReady + podManagementPolicy: Parallel # TopologySpreadConstraints are the topology spread constraints for the pod. topologySpreadConstraints: [] # PriorityClassName is the priority class name for the the pod. @@ -880,10 +879,10 @@ exportKubeConfig: context: "" # Override the default https://localhost:8443 and specify a custom hostname for the generated kubeconfig. - server: "bugx.ir:443" + server: "" # If tls should get skipped for the server - insecure: true + insecure: false # ServiceAccount can be used to generate a service account token instead of the default certificates. serviceAccount: