-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I am running 2 helm charts: one for memgraph-platform (memgraph/memgraph-platform:latest docker image) and second for memgraph (memgraph/memgraph:latest)
When I open UI and go to "Logs" section I see the message : "Logs are not available. Make sure port 7444 is open on your Memgraph."

The port 7444 is opened on Kubernetes side. I have service with this port and added it to pod itself. This is what I get when I check the connection from pod: root@memgraph-lab-0:/# nc -vz memgraph 7444 Connection to memgraph (10.100.37.25) 7444 port [tcp/*] succeeded!
Do I need to add anything to configuration? Now I have this:
memgraphConfig:
- "--also-log-to-stderr=true"
- "--data-directory=/var/lib/memgraph/"
- "--log-file=/var/log/memgraph/memgraph.log"
- "--log-level=DEBUG"
- "--memory-limit=4096"
- "--memory-warning-threshold=1024"
- "--query-max-plans=1000"
- "--storage-gc-cycle-sec=30"
- "--storage-properties-on-edges=true"
- "--storage-recover-on-startup=true"
- "--storage-snapshot-interval-sec=300"
- "--storage-snapshot-on-exit=true"
- "--storage-snapshot-retention-count=3"
- "--storage-wal-enabled=true"
- "--storage-wal-file-flush-every-n-tx=100000"
- "--storage-wal-file-size-kib=20480"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels