Openvswitch: Enable Rolling Update

Enable rolloing update for both ovs_db and ovs_vswitchd daemonsets

Change-Id: I4e20c2e01634ca0a0ded4e02406a6f690e26402d
This commit is contained in:
sg774j 2019-09-05 11:38:53 -05:00
parent 43c89812c5
commit 20ee36ab7d
1 changed files with 2 additions and 2 deletions

View File

@ -102,11 +102,11 @@ pod:
daemonsets:
pod_replacement_strategy: RollingUpdate
ovs_db:
enabled: false
enabled: true
min_ready_seconds: 0
max_unavailable: 1
ovs_vswitchd:
enabled: false
enabled: true
min_ready_seconds: 0
max_unavailable: 1
resources: