REFACTOR(gitea): change gitea Deployment strategy

- Fix OutOfSync issue caused by kubectl.kubernetes.io/restartedAt annotation
- Prevent leveldb lock conflicts during updates
- Recreate strategy ensures clean pod replacement
This commit is contained in:
2025-12-18 19:33:59 +09:00
parent 99ec89d2f1
commit 924fff5d4c

View File

@@ -110,6 +110,10 @@ deployment:
name: gitea-postgres-password
key: password
# Deployment strategy: Recreate to avoid leveldb lock conflicts
strategy:
type: Recreate
# Persistence for Gitea data
persistence:
enabled: true