fix(gitea): increase PostgreSQL primary persistence size from 25i to 8Gi

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-24 15:15:09 +08:00
parent 348e08fb66
commit 9f115274e7

View File

@ -117,7 +117,7 @@ postgresql:
postgresql: 5432
primary:
persistence:
size: 25i
size: 8Gi
checkDeprecation: true
test:
enabled: true