Files
GenerationsHeritage/deployment/memgraph/values.yaml

28 lines
609 B
YAML

image:
repository: memgraph/memgraph
pullPolicy: IfNotPresent
replicaCount: 1
service:
type: ClusterIP
port: 7687
targetPort: 7687
protocol: TCP
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"
- "--bolt-key-file=/etc/memgraph/ssl/tls.key"
secrets:
enabled: false
name: memgraph-secrets
userKey: USER
passwordKey: PASSWORD