Skip to content

Aiguasol/auroral-node-helm-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

auroral-node-helm-chart

Helm chart for auroral node https://github.com/AuroralH2020/auroral-node created with kompose.

The manifest for the gateway is valid only for https://github.com/AuroralH2020/auroral-gateway. A new release of the auroral-node-gateway, written in JS, is available in https://github.com/AuroralH2020/auroral-gateway-js. An update of the chart is in the roadmap.

Getting started

  1. install helm

  2. have a kubernetes cluster available and a kubeconfig set up

  3. clone the repository with git clone https://github.com/Aiguasol/auroral-node-helm-chart

  4. cd auroral-node-helm-chart

  5. cp ./manifests/values.yaml ./manifests/myvalues.yaml

  6. Update the values for the variables in myvalues.yaml with your own deployment values.

  7. Evaluate and debug the resulting chart, or install it right away

    1. Debugging (passing --dry-run and --debug)

      helm --kubeconfig ~/.kube/configs/yourkubeconfig -f ./manifests/myvalues.yaml -n auroral-node install auroral-node-chart ./manifests --debug --dry-run
    2. Installing

      helm --kubeconfig ~/.kube/configs/yourkubeconfig -f ./manifests/myvalues.yaml -n auroral-node install auroral-node-chart ./manifests

    Check with helm install -h for help on this command or refer to the documentation