Merge "[AAI] Service monitor for scraping prometheus metrics"
[oom.git] / kubernetes / aai / components / aai-traversal / values.yaml
index e532384..b5d99fd 100644 (file)
@@ -231,6 +231,12 @@ persistence:
 # default number of instances
 replicaCount: 1
 
+minReadySeconds: 10
+updateStrategy:
+  type: RollingUpdate
+  maxUnavailable: 0
+  maxSurge: 1
+
 nodeSelector: {}
 
 affinity: {}