fix(k8s/deployment): change strategy to "Recreate" to avoid "PVC in use" errors
This commit is contained in:
parent
cecc455d67
commit
a986631014
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ spec:
|
|||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: forgejo
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
|
Loading…
Reference in a new issue