Browse Source

Update coredns rolling update strategy (#10748)

Signed-off-by: tu1h <lihai.tu@daocloud.io>
pull/10511/head
Louis Tu 1 year ago
committed by GitHub
parent
commit
ddf5c6ee12
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubernetes-apps/ansible/templates/coredns-deployment.yml.j2

2
roles/kubernetes-apps/ansible/templates/coredns-deployment.yml.j2

@ -12,7 +12,7 @@ spec:
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 0
maxUnavailable: 1
maxSurge: 10%
selector:
matchLabels:

Loading…
Cancel
Save