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.
-
install
helm
-
have a kubernetes cluster available and a
kubeconfig
set up -
clone the repository with
git clone https://github.com/Aiguasol/auroral-node-helm-chart
-
cd auroral-node-helm-chart
-
cp ./manifests/values.yaml ./manifests/myvalues.yaml
-
Update the values for the variables in
myvalues.yaml
with your own deployment values. -
Evaluate and debug the resulting chart, or install it right away
-
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
-
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 -