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