mirror of
https://github.com/versity/versitygw.git
synced 2026-08-19 05:36:19 +00:00
feat(chart): enable persistence by default, discuss more in README
This commit is contained in:
+1
-1
@@ -217,7 +217,7 @@ certificate:
|
||||
persistence:
|
||||
# If disabled, an emptyDir (ephemeral!) will be used instead of a PVC.
|
||||
# NOTE: Data will be lost on pod restart if persistence is disabled.
|
||||
enabled: false
|
||||
enabled: true
|
||||
# Use an existing PVC instead of creating a new one.
|
||||
claimName: ""
|
||||
size: 10Gi
|
||||
|
||||
Reference in New Issue
Block a user