From 93d629160d657195d83327c5ddb621fb284dd896 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 10 Jan 2026 13:24:31 +0900 Subject: [PATCH] FIX(gitea): use Recreate strategy - SQLite and LevelDB require exclusive file access - RollingUpdate causes lock conflicts with two pods --- gitea/helm-values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitea/helm-values.yaml b/gitea/helm-values.yaml index 24756c3..27aab14 100644 --- a/gitea/helm-values.yaml +++ b/gitea/helm-values.yaml @@ -111,6 +111,9 @@ resources: # ============================================================================= # POD CONFIGURATION # ============================================================================= +strategy: + type: Recreate + tolerations: - key: node-role.kubernetes.io/control-plane operator: Exists