From 17e25d3401313fd93a1ba1c1a5edbc67aa65715c Mon Sep 17 00:00:00 2001 From: Andy Librian Date: Tue, 13 Apr 2021 07:37:20 +0700 Subject: [PATCH] Update readme, update deploying on k8s via helm --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea22f41..9fd8ce9 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,8 @@ helm install terjang andylibrian/terjang ``` Configuration: see [values.yaml](https://github.com/andylibrian/helm-charts/blob/main/charts/terjang/values.yaml) -To access UI: `kubectl port-forward svc/server 9009:80`, then open [http://localhost:9009](http://localhost:9009) + +To access the UI: `kubectl port-forward svc/server 9009:80`, then open [http://localhost:9009](http://localhost:9009) ## Contributing