add optional PVC

This commit is contained in:
jessebot
2025-01-23 23:13:32 +01:00
parent 24c5e7d3a2
commit 4319059a58
6 changed files with 39 additions and 4 deletions
+8
View File
@@ -306,6 +306,14 @@ phpConfigs: {}
# pm.min_spare_servers = 100
# pm.max_spare_servers = 280
persistence:
# -- enable persistence for the pixelfed pod
enabled: false
# -- size of the persistent volume claim to create. Tgnored if persistence.existingClaim is set
storage: 2Gi
# -- using an existing PVC instead of creating one with this chart
existingClaim: ""
pixelfed:
db:
# -- options: sqlite mysql pgsql sqlsrv