Files
GenerationsHeritage/deployment/memgraph/values.yaml

25 lines
439 B
YAML

image:
repository: memgraph/memgraph
pullPolicy: IfNotPresent
replicaCount: 1
service:
type: ClusterIP
port: 7687
targetPort: 7687
protocol: TCP
persistentVolumeClaim:
storageSize: 2Gi
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