mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-14 14:59:07 +02:00
14 lines
221 B
YAML
14 lines
221 B
YAML
image:
|
|
repository: memgraph/memgraph
|
|
|
|
persistentVolumeClaim:
|
|
storageSize: 2Gi
|
|
|
|
memgraphConfig:
|
|
- "--also-log-to-stderr=true"
|
|
|
|
secrets:
|
|
enabled: true
|
|
name: memgraph-secrets
|
|
userKey: USER
|
|
passwordKey: PASSWORD |