Fix updateStrategy in Submariner DaemonSet Pods (#49)

Fixes issue: https://github.com/submariner-io/submariner-charts/issues/48

Signed-Off-by: Sridhar Gaddam <sgaddam@redhat.com>
This commit is contained in:
Sridhar Gaddam
2020-06-24 10:47:08 -04:00
committed by GitHub
parent 3b44f11749
commit c9f1f79338
3 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ spec:
selector:
matchLabels:
app: {{ template "submariner.fullname" . }}-engine
strategy:
updateStrategy:
rollingUpdate:
maxUnavailable: 1
type: RollingUpdate
+4
View File
@@ -13,6 +13,10 @@ spec:
selector:
matchLabels:
app: {{ template "submariner.fullname" . }}-globalnet
updateStrategy:
rollingUpdate:
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
labels:
+4
View File
@@ -12,6 +12,10 @@ spec:
selector:
matchLabels:
app: {{ template "submariner.fullname" . }}-routeagent
updateStrategy:
rollingUpdate:
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
labels: