From 8838aa17ea975be2411d3e0f5e745b71c2ddbab3 Mon Sep 17 00:00:00 2001 From: Dana Harrison <34666818+danaharrison@users.noreply.github.com> Date: Sun, 19 Sep 2021 16:56:34 -0400 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f6f8b38 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# jamulus-helm +A Helm chart to deploy Jamulus Server into a LoadBalancer-enabled K8S environment. + +## Usage +This particular service is set up in an environment with LoadBalancer enabled, so that the Jamulus server can have its own IP assigned. At home, I'm using metallb and highly recommend it. You can just expose the port if you'd rather do without it.