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