ci(jenkins): keep recovery agents schedulable
This commit is contained in:
parent
8fba90f8df
commit
974dd84938
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user