From 23407758fe4e8f3cf35601050f6c36740059cfa9 Mon Sep 17 00:00:00 2001 From: Jonathan Juares Beber Date: Fri, 11 Oct 2024 05:14:04 -0300 Subject: [PATCH] Update topology spread constraints comments --- traefik/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traefik/values.yaml b/traefik/values.yaml index 73371f365..d6731c314 100644 --- a/traefik/values.yaml +++ b/traefik/values.yaml @@ -860,7 +860,7 @@ topologySpreadConstraints: [] # on nodes where no other traefik pods are scheduled. # - labelSelector: # matchLabels: -# app: '{{ template "traefik.name" . }}' +# app.kubernetes.io/name: '{{ template "traefik.name" . }}' # maxSkew: 1 # topologyKey: kubernetes.io/hostname # whenUnsatisfiable: DoNotSchedule