fix values
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user