From e3f04eb39e96bcd9cd85b485fd7de6eefd5d8e0f Mon Sep 17 00:00:00 2001 From: TheRealNoob Date: Wed, 12 Jun 2024 12:48:18 -0500 Subject: [PATCH] add README section to values --- charts/ingress-nginx/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/ingress-nginx/values.yaml b/charts/ingress-nginx/values.yaml index 85d764aaf..cd1a8eb9f 100644 --- a/charts/ingress-nginx/values.yaml +++ b/charts/ingress-nginx/values.yaml @@ -1011,6 +1011,8 @@ defaultBackend: # value: "value" # 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: {} # -- 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/