add README section to values

This commit is contained in:
TheRealNoob 2024-06-12 12:48:18 -05:00
parent ada83ff434
commit e3f04eb39e
No known key found for this signature in database

View file

@ -1011,6 +1011,8 @@ defaultBackend:
# value: "value" # value: "value"
# effect: "NoSchedule|PreferNoSchedule|NoExecute(1.6 only)" # effect: "NoSchedule|PreferNoSchedule|NoExecute(1.6 only)"
# -- Affinity and anti-affinity rules for server scheduling to nodes
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
affinity: {} affinity: {}
# -- Topology spread constraints rely on node labels to identify the topology domain(s) that each Node is in. # -- Topology spread constraints rely on node labels to identify the topology domain(s) that each Node is in.
# Ref.: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/ # Ref.: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/