Skip to content

Graph-Analyzer/deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages