[AAI] OOM AAI Rolling Update fixes
[oom.git] / kubernetes / aai / components / aai-sparky-be / values.yaml
index b4cea4c..ee3c5c4 100644 (file)
@@ -95,6 +95,11 @@ nsSuffix: aai
 # default number of instances
 replicaCount: 1
 
+updateStrategy:
+  type: RollingUpdate
+  maxUnavailable: 0
+  maxSurge: 1
+
 nodeSelector: {}
 
 affinity: {}