From acd5a7a8ec274632c4a9486aa29096f6787f0941 Mon Sep 17 00:00:00 2001 From: stremovsky Date: Sun, 12 Dec 2021 09:55:38 +0200 Subject: [PATCH] update readme file --- charts/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/charts/README.md b/charts/README.md index 6a94a53..062ce08 100644 --- a/charts/README.md +++ b/charts/README.md @@ -27,3 +27,10 @@ Use the following command: ``` helm uninstall databunker-demo ``` + +## Chart Parameters + +| Name | Description | Value | +| ------------------------------- | ---------------------------------------------------------- | -------------------- | +| `service.type` | Databunker Service Type | `ClusterIP` | +| `service.nodePort` | Databunker API and UI port | `"30300"` |