From d8500214e98def13755bad78e31e9b2e39404df1 Mon Sep 17 00:00:00 2001 From: perf3ct Date: Tue, 10 Oct 2023 15:19:07 -0700 Subject: [PATCH] Fix typo, provide some additional context/links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6eae44e..e22aaa8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Vikunja Helm Chart === -Deployes both frontend and api. Also, you can deploy bitnami's PostgreSQL and Redis as subcharts if you want. +This Helm Chart deploys both the Vikunja [frontend](https://hub.docker.com/r/vikunja/frontend) and Vikunja [api](https://hub.docker.com/r/vikunja/api) containers, in addition to other Kubernetes resources so that you'll have a fully functioning Vikunja deployment quickly. Also, you can deploy Bitnami's [PostgreSQL](https://github.com/bitnami/charts/tree/main/bitnami/postgresql) and [Redis](https://github.com/bitnami/charts/tree/main/bitnami/redis) as subcharts if you want, as Vikunja can utilize them as its database and caching mechanism (respectively). ## Requirements