FIX(gitea): use Recreate strategy

- SQLite and LevelDB require exclusive file access
- RollingUpdate causes lock conflicts with two pods
This commit is contained in:
2026-01-10 13:24:31 +09:00
parent 886e4e36c0
commit 93d629160d

View File

@@ -111,6 +111,9 @@ resources:
# ============================================================================= # =============================================================================
# POD CONFIGURATION # POD CONFIGURATION
# ============================================================================= # =============================================================================
strategy:
type: Recreate
tolerations: tolerations:
- key: node-role.kubernetes.io/control-plane - key: node-role.kubernetes.io/control-plane
operator: Exists operator: Exists