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 under which vCluster will expose the proxy. Changing port is currently not supported.
|
||||||
port: 8443
|
port: 8443
|
||||||
# ExtraSANs are extra hostnames to sign the vCluster proxy certificate for.
|
# 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 defines everything related to the coredns that is deployed and used within the vCluster.
|
||||||
coredns:
|
coredns:
|
||||||
@@ -499,9 +498,9 @@ controlPlane:
|
|||||||
# Ingress defines options for vCluster ingress deployed by Helm.
|
# Ingress defines options for vCluster ingress deployed by Helm.
|
||||||
ingress:
|
ingress:
|
||||||
# Enabled defines if the control plane ingress should be enabled
|
# Enabled defines if the control plane ingress should be enabled
|
||||||
enabled: true
|
enabled: false
|
||||||
# Host is the host where vCluster will be reachable
|
# 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 is the path type of the ingress
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
labels: {}
|
labels: {}
|
||||||
@@ -606,7 +605,7 @@ controlPlane:
|
|||||||
# Scheduling holds options related to scheduling.
|
# Scheduling holds options related to scheduling.
|
||||||
scheduling:
|
scheduling:
|
||||||
# PodManagementPolicy is the statefulSet pod management policy.
|
# PodManagementPolicy is the statefulSet pod management policy.
|
||||||
podManagementPolicy: OrderedReady
|
podManagementPolicy: Parallel
|
||||||
# TopologySpreadConstraints are the topology spread constraints for the pod.
|
# TopologySpreadConstraints are the topology spread constraints for the pod.
|
||||||
topologySpreadConstraints: []
|
topologySpreadConstraints: []
|
||||||
# PriorityClassName is the priority class name for the the pod.
|
# PriorityClassName is the priority class name for the the pod.
|
||||||
@@ -880,10 +879,10 @@ exportKubeConfig:
|
|||||||
context: ""
|
context: ""
|
||||||
|
|
||||||
# Override the default https://localhost:8443 and specify a custom hostname for the generated kubeconfig.
|
# 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
|
# 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 can be used to generate a service account token instead of the default certificates.
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
|
|||||||
Reference in New Issue
Block a user