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