add a few more pvc parameters

This commit is contained in:
jessebot
2025-01-23 23:20:37 +01:00
parent 4319059a58
commit f404729a71
4 changed files with 14 additions and 2 deletions
+5
View File
@@ -309,8 +309,13 @@ phpConfigs: {}
persistence:
# -- enable persistence for the pixelfed pod
enabled: false
# -- storage class name
storageClassName: ""
# -- size of the persistent volume claim to create. Tgnored if persistence.existingClaim is set
storage: 2Gi
# -- accessMode
accessModes:
- ReadWriteOnce
# -- using an existing PVC instead of creating one with this chart
existingClaim: ""