Merge "[AAI] OOM AAI Rolling Update fixes"
[oom.git] / kubernetes / aai / components / aai-traversal / values.yaml
index 105b962..e4c0abe 100644 (file)
@@ -231,6 +231,12 @@ persistence:
 # default number of instances
 replicaCount: 1
 
 # default number of instances
 replicaCount: 1
 
+minReadySeconds: 10
+updateStrategy:
+  type: RollingUpdate
+  maxUnavailable: 0
+  maxSurge: 1
+
 nodeSelector: {}
 
 affinity: {}
 nodeSelector: {}
 
 affinity: {}