From e7b03d55db74bb64586f797c67acff84190cef71 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Sun, 1 Oct 2023 15:23:19 +0200 Subject: [PATCH] + values hint --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index da709fd..e40cd3e 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,14 @@ helm upgrade --install ephemerup tlinden/ephemerup --namespace ephemerup --creat Refer to the [chart documentation](https://github.com/TLINDEN/ephemerup/tree/main/charts/ephemerup) for help. +For starters, create a minimal `values.yaml` like this one: +```yaml +image: + tag: "v0.0.3" +``** + +**Please note that the helm chart doesn't deploy a loadbalancer, you need to do this yourself, if needed.** + ### Build from source To build from source, you'll need a go build environment.