example
helm install memos .use custom namespace example
helm install memos -n app .Edit values.yaml
persistence:
## If enabled is False, emptyDir will be used, data may be lost after Pod rebuild, it is recommended to use persistent volume
enabled: false
storageClass: "local"
existPersistClaim: ""
accessMode: ReadWriteOnce
size: 10Giwhen enabled is false use emptyDir,
- If has created
pvc, Please changeenabledtotrue, and changeexistPersistClaimto yourpvcname. - If
enabledistruebutexistPersistClaimis empty,if will create a newpvcbyaccessModestorageClasssize