memgraph / helm-charts

Helm charts for deploying Memgraph, an open-source in-memory graph database.
https://memgraph.github.io/helm-charts/
Apache License 2.0
13 stars 9 forks source link

[Feature]: Allow memgraph to accept tolerations and nodeSelectors #40

Closed sentientmonkey closed 1 month ago

sentientmonkey commented 1 month ago

👋 I have a small PR open here to allow the memgraph chart to accept tolerations and node selectors. It's backwards-compatible and follows the same patterns as the memgraph-labs chart.

I've tested locally with helm template & verified on a GKE cluster that these work correctly.

antejavor commented 1 month ago

This has been added here: https://github.com/memgraph/helm-charts/pull/39

sentientmonkey commented 1 month ago

@antejavor thank you!