Feat: define deploymentStrategy type Recreate by default
Package Merge Request
Package Changes
Modification of the deploymentStrategy
value to default to type: Recreate
. This is in-response to non-ha deployment as default currently, and an inability to properly upgrade with the implicit default of RollingUpdate
on the deployment.
For Issue
This is a package change required to address bigbang#984
Testing
Tested with multiple upgrades to ensure the strategy was followed as defined.