From 97c90311889c932bb731f41860671f45337d14ba Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 30 Oct 2025 09:35:34 +0200 Subject: [PATCH] Updated Kubernetes server installation (markdown) --- Kubernetes-server-installation.md | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/Kubernetes-server-installation.md b/Kubernetes-server-installation.md index d8a7a27..2d5a5a0 100644 --- a/Kubernetes-server-installation.md +++ b/Kubernetes-server-installation.md @@ -1,27 +1 @@ -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. - -# Root privileges - -Trilium docker container needs to be run with root privileges. The node process inside the container will be started with reduced privileges (uid:gid 1000:1000) after some initialization logic. Make sure that you don't use a security context which changes the user id. -To use a different uid:gid for file storage and the application, please use the USER_UID & USER_GID environment variables. - -The docker image will also fix the permissions of /home/node so you don't have to use an init container. - -# 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 +See https://docs.triliumnotes.org/user-guide/setup/server/installation/kubernetes. \ No newline at end of file