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