fix(forgejo): switched from rollingUpdate to recreate

This commit is contained in:
franz.germann 2025-06-19 14:25:30 +02:00
parent 6e8c5673e2
commit ca953b5074

View file

@ -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