fix: update Gitea storage class and reduce persistent volume sizes
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
1a91cfcf67
commit
bb6b8e6897
@ -1,5 +1,5 @@
|
|||||||
global:
|
global:
|
||||||
storageClass: "azure-blob-disk-std-lrs"
|
storageClass: "azure-disk-std-lrs"
|
||||||
namespace: "freeleaps-alpha"
|
namespace: "freeleaps-alpha"
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
strategy:
|
strategy:
|
||||||
@ -42,7 +42,7 @@ persistence:
|
|||||||
create: true
|
create: true
|
||||||
mount: true
|
mount: true
|
||||||
claimName: freeleaps-alpha-gitea-shared-storage
|
claimName: freeleaps-alpha-gitea-shared-storage
|
||||||
size: 10Gi
|
size: 8Gi
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
annotations:
|
annotations:
|
||||||
@ -117,7 +117,7 @@ postgresql:
|
|||||||
postgresql: 5432
|
postgresql: 5432
|
||||||
primary:
|
primary:
|
||||||
persistence:
|
persistence:
|
||||||
size: 8Gi
|
size: 5Gi
|
||||||
volumePermissions:
|
volumePermissions:
|
||||||
enabled: true
|
enabled: true
|
||||||
checkDeprecation: true
|
checkDeprecation: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user