Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a helm-chart to run Memgraph platform #64

Open
gitbuda opened this issue Oct 16, 2024 · 2 comments
Open

Add a helm-chart to run Memgraph platform #64

gitbuda opened this issue Oct 16, 2024 · 2 comments

Comments

@gitbuda
Copy link
Member

gitbuda commented Oct 16, 2024

https://raw.githubusercontent.com/memgraph/memgraph-platform/main/docker-compose.yml

@gitbuda
Copy link
Member Author

gitbuda commented Oct 16, 2024

@antejavor, this was/is a request on one of the customer calls. Does it make sense from your perspective? 🤔

@antejavor
Copy link
Collaborator

antejavor commented Oct 17, 2024

@gitbuda so we have a standalone lab that you can run and also standalone memgraph that you can run.

It is not a one-command run, but it is something like this:

# To deploy Memgraph 
helm install memgraph-core memgraph/memgraph

# To deploy LAB and connect it automatically to Memgraph in the cluster
helm install memgraph-lab memgraph/memgraph-lab \
  --set "env[0].name=QUICK_CONNECT_MG_HOST" \
  --set "env[0].value=memgraph-core" \
  --set "env[1].name=QUICK_CONNECT_MG_PORT" \
  --set "env[1].value=7687" \
  

If you want to have a mage, you would add one more argument to the memgraph install command to change the image.

I personally do not see the purpose of creating a separate chart for this; rather, I would like to improve the docs side so it is clear to the user how to achieve this. We do not have this knowledge explained very well in the docs at the moment. I would consider this as a docs issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants