fix(bookstack): Recreate rollout strategy for RWO PVC (DEV-528) #8

Merged
forgejoadmin merged 1 commit from fix/DEV-528-bookstack-recreate-strategy into main 2026-08-23 12:01:49 +00:00
Showing only changes of commit e155ab6a17 - Show all commits

View file

@ -100,6 +100,8 @@ metadata:
namespace: bookstack namespace: bookstack
spec: spec:
replicas: 1 replicas: 1
strategy:
type: Recreate
selector: selector:
matchLabels: matchLabels:
app: bookstack app: bookstack