From a0993875059154dfc2b6d42374251526dfc4429b Mon Sep 17 00:00:00 2001 From: ohdearaugustin Date: Sat, 21 Nov 2020 19:53:19 +0100 Subject: [PATCH] Created Kubernetes server installation (markdown) --- Kubernetes-server-installation.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Kubernetes-server-installation.md diff --git a/Kubernetes-server-installation.md b/Kubernetes-server-installation.md new file mode 100644 index 0000000..add31ec --- /dev/null +++ b/Kubernetes-server-installation.md @@ -0,0 +1,20 @@ +As trilium can be run in Docker it also can be deployed in Kubernetes. +Trilium can be applied to Kubernetes manually or per helm chart. + +The recommended way is helm. + +# Helm Install + +Unofficial helm chart by [ohdearaugustin](https://github.com/ohdearaugustin): https://github.com/ohdearaugustin/charts + +## Add helm repository + +``` +helm repo add https://ohdearaugustin.github.io/charts/ +"" has been added to your repositories +``` + +## How to install a chart +Just `helm install /trilium-notes`. + +For more information on using Helm, refer to the Helm documentation. \ No newline at end of file