This commit is contained in:
behrooz razzaghi
2025-06-04 16:25:51 +03:30
parent b3e12399e8
commit bc18395eae

View File

@@ -423,7 +423,8 @@ 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: []
extraSANs:
- bugx.ir
# CoreDNS defines everything related to the coredns that is deployed and used within the vCluster.
coredns:
@@ -498,9 +499,9 @@ controlPlane:
# Ingress defines options for vCluster ingress deployed by Helm.
ingress:
# Enabled defines if the control plane ingress should be enabled
enabled: false
enabled: true
# Host is the host where vCluster will be reachable
host: "my-host.com"
host: "bugx.ir"
# PathType is the path type of the ingress
pathType: ImplementationSpecific
labels: {}
@@ -605,7 +606,7 @@ controlPlane:
# Scheduling holds options related to scheduling.
scheduling:
# PodManagementPolicy is the statefulSet pod management policy.
podManagementPolicy: Parallel
podManagementPolicy: OrderedReady
# TopologySpreadConstraints are the topology spread constraints for the pod.
topologySpreadConstraints: []
# PriorityClassName is the priority class name for the the pod.
@@ -879,7 +880,7 @@ exportKubeConfig:
context: ""
# Override the default https://localhost:8443 and specify a custom hostname for the generated kubeconfig.
server: "192.168.2.43"
server: "bugx.ir:443"
# If tls should get skipped for the server
insecure: true