fix(forgejo): switched from rollingUpdate to recreate
This commit is contained in:
parent
6e8c5673e2
commit
ca953b5074
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
# We use recreate to make sure only one instance with one version is running, because Forgejo might break or data gets inconsistant.
|
||||
strategy:
|
||||
type: Recreate
|
||||
|
||||
redis-cluster:
|
||||
enabled: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue