Set Gitea deployment strategy to Recreate to avoid LevelDB lock conflicts
All checks were successful
CI / lint-and-test (push) Successful in 23s
Deploy Production / deploy (push) Successful in 15s
CI / build (push) Successful in 17s

This commit is contained in:
Julia McGhee
2026-03-21 19:14:32 +00:00
parent 0d7fa44577
commit fccf749598

View File

@@ -27,6 +27,9 @@ spec:
valkey-cluster: valkey-cluster:
enabled: false enabled: false
strategy:
type: Recreate
gitea: gitea:
admin: admin:
existingSecret: gitea-admin-credentials existingSecret: gitea-admin-credentials