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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/kubernetes-apps/ansible/templates/coredns-deployment.yml.j2
|
@ -12,7 +12,7 @@ spec: |
|
|
strategy: |
|
|
strategy: |
|
|
type: RollingUpdate |
|
|
type: RollingUpdate |
|
|
rollingUpdate: |
|
|
rollingUpdate: |
|
|
maxUnavailable: 0 |
|
|
|
|
|
|
|
|
maxUnavailable: 1 |
|
|
maxSurge: 10% |
|
|
maxSurge: 10% |
|
|
selector: |
|
|
selector: |
|
|
matchLabels: |
|
|
matchLabels: |
|
|