bitpoke / wordpress-operator

Bitpoke Kubernetes operator for WordPress
Apache License 2.0
226 stars 35 forks source link

Add option of which `strategy:` to use #66

Closed DeamonMV closed 4 years ago

DeamonMV commented 4 years ago

Is your feature request related to a problem? Please describe.

When you use PVC for code and media, Rolling update strategy cause of problem to create new updated pod. Old pod holds PVC.

Describe the solution you'd like

Maybe as a solution, it's possible to implement option which Strategy use

DeamonMV commented 4 years ago

I found that I can specify such option, like this

  deploymentStrategy:
    type: Recreate