commit | 63db716df5e8a66512a5e843b9b3588c3fc07ed4 | [log] [tgz] |
---|---|---|
author | Rommel Pawar <rommel.pawar@bell.ca> | Wed Nov 16 10:11:24 2022 -0800 |
committer | Andreas Geissler <andreas-geissler@telekom.de> | Wed Nov 23 07:51:27 2022 +0000 |
tree | a635e83312cb0ff19b1abb0cad5be64009685199 | |
parent | 3502e73a2762fc50f9ba3ae5d65a3efe5f05bead [diff] [blame] |
[AAI] OOM AAI Rolling Update fixes Rolling update fixes for aai submodules below aai babel modelloader schema service traversal sparkybe Issue-ID: AAI-3605 Signed-off-by: Rommel Pawar <rommel.pawar@bell.ca> Change-Id: Ia3949ce9e60542a7b0a4f69fb41ba86fe8399739
diff --git a/kubernetes/aai/components/aai-sparky-be/values.yaml b/kubernetes/aai/components/aai-sparky-be/values.yaml index b4cea4c..ee3c5c4 100644 --- a/kubernetes/aai/components/aai-sparky-be/values.yaml +++ b/kubernetes/aai/components/aai-sparky-be/values.yaml
@@ -95,6 +95,11 @@ # default number of instances replicaCount: 1 +updateStrategy: + type: RollingUpdate + maxUnavailable: 0 + maxSurge: 1 + nodeSelector: {} affinity: {}