From e617a6c50a54de75b296280f4554f2dfb0bedb97 Mon Sep 17 00:00:00 2001 From: Andy Librian Date: Tue, 13 Apr 2021 07:31:04 +0700 Subject: [PATCH] Update readme, add deploying on k8s via helm --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index c7852cd..cae1ff0 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,18 @@ docker-compose up -d Then open [http://localhost:9009](http://localhost:9009) +## Deploying on Kubernetes via Helm + +```bash +helm repo add andylibrian https://andylibrian.github.io/helm-charts +helm repo update + +helm install terjang andylibrian/terjang +``` + +Configuration: see [values.yaml](https://github.com/andylibrian/helm-charts/blob/main/charts/terjang/values.yaml). + + ## Contributing See [Contributing](CONTRIBUTING.md)