Merge "[AAI] OOM AAI Rolling Update fixes"
[oom.git] / kubernetes / aai / values.yaml
index 4095d44..b463f9c 100644 (file)
@@ -345,6 +345,11 @@ config:
 # default number of instances
 replicaCount: 1
 
+updateStrategy:
+  type: RollingUpdate
+  maxUnavailable: 0
+  maxSurge: 1
+
 nodeSelector: {}
 
 affinity: {}