Merge "[AAI] OOM AAI Rolling Update fixes"
[oom.git] / kubernetes / aai / components / aai-babel / values.yaml
index 3cfc818..ca23bc9 100644 (file)
@@ -67,6 +67,11 @@ flavorOverride: small
 # default number of instances
 replicaCount: 1
 
+updateStrategy:
+  type: RollingUpdate
+  maxUnavailable: 0
+  maxSurge: 1
+
 nodeSelector: {}
 
 affinity: {}