Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
74 lines (53 loc) · 1.77 KB

File metadata and controls

74 lines (53 loc) · 1.77 KB

Graph Analyzer - Deployment

A Helm Chart for deploying the Graph Analyzer.

Credentials

Create the default regcred for your container registry if needed

# kubectl create secret docker-registry regcred --docker-server=XYZ --docker-username=YYY --docker-password="XXX"

Dependency

List

# helm dependency list
NAME                    VERSION REPOSITORY                      STATUS
neo4j-standalone        4.4.14  https://helm.neo4j.com/neo4j    ok

Update

# helm dependency update
Getting updates for unmanaged Helm repositories...
...Successfully got an update from the "https://helm.neo4j.com/neo4j" chart repository
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "prometheus-community" chart repository
...Successfully got an update from the "gitlab" chart repository
...Successfully got an update from the "bitnami" chart repository
...Successfully got an update from the "banzaicloud-stable" chart repository
Update Complete. ⎈Happy Helming!⎈
Saving 1 charts
Downloading neo4j-standalone from repo https://helm.neo4j.com/neo4j
Deleting outdated charts

Config

It is important to notice, that the API needs about 10Gb of RAM to calculate the diameter of a sparse network with around 10k nodes.

    requests:
      cpu: 500m
      memory: 100Mi
    limits:
      cpu: 4000m
      memory: 10Gi

Installation

Adjust the values.yaml and run

# helm install graph-analyzer graph-analyzer

Update

# helm upgrade graph-analyzer graph-analyzer

Authors

License

This project is licensed under the MIT License.