add users volume claim to memgraph deployment

This commit is contained in:
2024-10-27 13:30:47 +01:00
parent 77b7249e83
commit 2124cd4fde

View File

@@ -12,7 +12,10 @@ service:
persistentVolumeClaim:
storageSize: 2Gi
## Create a Dynamic Persistant Volume Claim for Configs, Certificates (e.g. Bolt cert ) and rest of User related files
createUserClaim: true
userStorageSize: 1Gi
memgraphConfig:
- "--also-log-to-stderr=true"
- "--bolt-cert-file=/etc/memgraph/ssl/tls.crt"