-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: helm-chart-3.0.19
-
Component/s: Helm Chart
-
Release Notes Summary:The Nuxeo chart now allows configuring the deployment strategy type.
-
Team:PLATFORM
-
Sprint:nxplatform #103
-
Story Points:2
This would allow for example while testing a nuxeo upgrade to use the "Recreate" strategy instead of the default one "RollingUpdate", and sequence the stop of the previous nuxeo instance before the start of the next.
Also, this is closer to a real world scenario where containers are replaced by the cloud operators.
This will ensure when the deployment is undeployed, that the previous pod is totally gone and it will avoid trying to get its logs and fail.
- is required by
-
NXP-32058 Test LTS instance upgrade from n-1 minor version (hotfix)
- Resolved