We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When Kompose creates Deployments there is no strategy specified - RollingUpdate is default.
This might cause problems with some applications using volumes, like databases.
We should consider changing strategy to Recreate, this should be safer option.