Add rolling update strategy to Oracle template
Signed-off-by: z1cheng <imchench@gmail.com>
This commit is contained in:
parent
d462ec1968
commit
59cd323f15
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
controller:
|
||||
updateStrategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
maxUnavailable: 1
|
||||
service:
|
||||
type: LoadBalancer
|
||||
externalTrafficPolicy: Local
|
||||
|
|
Loading…
Reference in a new issue