Add rolling update strategy to each static deployment file (#10129)
* Add rollingUpdate strategy to each static deployment file Signed-off-by: z1cheng <imchench@gmail.com> * Update the templates and regenerate Signed-off-by: z1cheng <imchench@gmail.com> * Upgrade k8s version and add rolling update for exoscale Signed-off-by: z1cheng <imchench@gmail.com> * Add rolling update strategy to Oracle template Signed-off-by: z1cheng <imchench@gmail.com> * Revert the k8s version in generate-deploy-scripts.sh Signed-off-by: z1cheng <imchench@gmail.com> --------- Signed-off-by: z1cheng <imchench@gmail.com>
This commit is contained in:
parent
c5f348ea2e
commit
ee9c6246f2
16 changed files with 64 additions and 0 deletions
|
|
@ -407,6 +407,10 @@ spec:
|
|||
app.kubernetes.io/component: controller
|
||||
app.kubernetes.io/instance: ingress-nginx
|
||||
app.kubernetes.io/name: ingress-nginx
|
||||
strategy:
|
||||
rollingUpdate:
|
||||
maxUnavailable: 1
|
||||
type: RollingUpdate
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue