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:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: forgejo
|
app.kubernetes.io/name: forgejo
|
||||||
|
strategy:
|
||||||
|
type: Recreate
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Reference in a new issue