rht-labs / labs-ci-cd

👻UNMAINTAINED - A collection of Red Hat Open Innovation Labs CI/CD components
Apache License 2.0
101 stars 70 forks source link

Issue 154 nexus recreate deployment #155

Closed InfoSec812 closed 6 years ago

InfoSec812 commented 6 years ago

The Nexus template uses "Rolling" deployment which means that it will try to start the replacement Pod before the it stops the existing Pod. Since Nexus uses a RWO PVC this Rolling deployment will fail. Changing it to use a Recreate deployment.