From 714da18b512e75bfaa47604e84356676f99495c0 Mon Sep 17 00:00:00 2001 From: andrzejwp Date: Sat, 4 Jan 2020 11:42:28 +0100 Subject: [PATCH] Update README.md Provide link to cdwv/bitwarden-k8s - helm chart for installing bitwarden_rs inside a Kubernetes cluster --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7ccd3c6e..77612024 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,10 @@ This can be configured in [bitwarden_rs directly](https://github.com/dani-garcia If you have an available domain name, you can get HTTPS certificates with [Let's Encrypt](https://letsencrypt.org/), or you can generate self-signed certificates with utilities like [mkcert](https://github.com/FiloSottile/mkcert). Some proxies automatically do this step, like Caddy (see examples linked above). +### Kubernetes installation + +To run this in Kubernetes head over to [cdwv/bitwarden-k8s](https://github.com/cdwv/bitwarden-k8s). + ## Usage See the [bitwarden_rs wiki](https://github.com/dani-garcia/bitwarden_rs/wiki) for more information on how to configure and run the bitwarden_rs server.