adfinis / helm-charts

📈 Helm charts from Adfinis
GNU Affero General Public License v3.0
63 stars 44 forks source link

fix(hedgedoc): PV not getting attached to new Pod during deployments #1269

Closed samuelb closed 3 months ago

samuelb commented 3 months ago

Description

Previously, rolling deployments would stall because the new Pod attempted to attach to the PersistentVolume still in use by the old Pod. With this change, the old Pod is terminated before the new Pod starts, ensuring the PV is available immediately.

Issues

-

Checklist