This Helm chart will install nats.io on a Kubernetes cluster (NATS). It is based on the official charts (code).
NATS is the "simple, secure and performant communications system and data layer for digital systems, services and devices".
- Add Helm repositories
helm repo add devpro https://devpro.github.io/helm-charts
helm repo update
-
Initiate
values_mine.yaml
from values.yaml and configure the database(s) to be created -
Install NATS
helm upgrade --install nats devpro/nats -f values_mine.yaml --namespace nats
- Clean-up
helm uninstall nats -n nats
kubectl delete ns nats
Look at the Contributing page.