ci(jenkins): keep recovery agents schedulable

This commit is contained in:
jenkins 2026-05-20 05:52:33 -03:00
parent 8fba90f8df
commit 974dd84938

View File

@ -474,7 +474,8 @@ data:
plainText
clouds:
- kubernetes:
containerCapStr: "2"
capOnlyOnAlivePods: true
containerCapStr: "8"
connectTimeout: "20"
readTimeout: "90"
jenkinsUrl: "http://jenkins.jenkins.svc.cluster.local:8080"
@ -568,7 +569,7 @@ data:
topologySpreadConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: DoNotSchedule
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
jenkins/jenkins-jenkins-agent: "true"