Update values.yaml
Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
This commit is contained in:
parent
18f8db05d9
commit
c77cb1f6a4
1 changed files with 2 additions and 0 deletions
|
@ -436,6 +436,8 @@ server:
|
||||||
|
|
||||||
# Topology settings for server pods
|
# Topology settings for server pods
|
||||||
# ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/
|
# ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/
|
||||||
|
# This should be either a multi-line string or YAML matching the topologySpreadConstraints array
|
||||||
|
# in a PodSpec.
|
||||||
topologySpreadConstraints: []
|
topologySpreadConstraints: []
|
||||||
|
|
||||||
# Toleration Settings for server pods
|
# Toleration Settings for server pods
|
||||||
|
|
Loading…
Reference in a new issue