resurrect linux-agents
This commit is contained in:
parent
377ea890b8
commit
858ed55646
1 changed files with 4 additions and 4 deletions
|
@ -18,11 +18,11 @@ metadata:
|
||||||
name: linux-agents
|
name: linux-agents
|
||||||
namespace: buildkite
|
namespace: buildkite
|
||||||
spec:
|
spec:
|
||||||
replicas: 0
|
replicas: 6
|
||||||
strategy:
|
strategy:
|
||||||
rollingUpdate:
|
rollingUpdate:
|
||||||
maxSurge: 25%
|
maxUnavailable: 1
|
||||||
maxUnavailable: 50%
|
maxSurge: 0
|
||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
|
@ -79,4 +79,4 @@ spec:
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
cloud.google.com/gke-nodepool: linux-agents-2
|
cloud.google.com/gke-nodepool: linux-agents-2
|
||||||
terminationGracePeriodSeconds: 3600
|
terminationGracePeriodSeconds: 30
|
||||||
|
|
Loading…
Reference in a new issue