diff options
author | 2022-11-23 11:06:46 +0000 | |
---|---|---|
committer | 2022-11-23 11:06:46 +0000 | |
commit | 9b55acc010697efe1facde3f6d722c26191990fe (patch) | |
tree | ccdf714794a52bd7429618197db5e636a60e8e57 /kubernetes/aai/components/aai-sparky-be/values.yaml | |
parent | c0248a7d0359e18eac0c7f684b81054cc15ef6c0 (diff) | |
parent | 63db716df5e8a66512a5e843b9b3588c3fc07ed4 (diff) |
Merge "[AAI] OOM AAI Rolling Update fixes"
Diffstat (limited to 'kubernetes/aai/components/aai-sparky-be/values.yaml')
-rw-r--r-- | kubernetes/aai/components/aai-sparky-be/values.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/aai/components/aai-sparky-be/values.yaml b/kubernetes/aai/components/aai-sparky-be/values.yaml index b4cea4c5a2..ee3c5c41d9 100644 --- a/kubernetes/aai/components/aai-sparky-be/values.yaml +++ b/kubernetes/aai/components/aai-sparky-be/values.yaml @@ -95,6 +95,11 @@ nsSuffix: aai # default number of instances replicaCount: 1 +updateStrategy: + type: RollingUpdate + maxUnavailable: 0 + maxSurge: 1 + nodeSelector: {} affinity: {} |