fix: update Gitea storage class and reduce persistent volume sizes

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-08 21:55:07 +08:00
parent 1a91cfcf67
commit bb6b8e6897

View File

@ -1,5 +1,5 @@
global:
storageClass: "azure-blob-disk-std-lrs"
storageClass: "azure-disk-std-lrs"
namespace: "freeleaps-alpha"
replicaCount: 1
strategy:
@ -42,7 +42,7 @@ persistence:
create: true
mount: true
claimName: freeleaps-alpha-gitea-shared-storage
size: 10Gi
size: 8Gi
accessModes:
- ReadWriteOnce
annotations:
@ -117,7 +117,7 @@ postgresql:
postgresql: 5432
primary:
persistence:
size: 8Gi
size: 5Gi
volumePermissions:
enabled: true
checkDeprecation: true