From 7d09401dd31f2528eda73a69c4623c320d2eb1e3 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Wed, 9 Sep 2020 01:18:03 +0200 Subject: [PATCH] Updated Kubernetes deployment (markdown) --- Kubernetes-deployment.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Kubernetes-deployment.md b/Kubernetes-deployment.md index d45776d..bac4436 100644 --- a/Kubernetes-deployment.md +++ b/Kubernetes-deployment.md @@ -10,4 +10,6 @@ It will setup a fully functional and secure `bitwarden_rs` application in Kubern ### Via Helm: Please check the [helm-bitwarden_rs](https://github.com/Skeen/helm-bitwarden_rs) repository for example deployment in Kubernetes. -It will setup a fully functional and secure `bitwarden_rs` application in Kubernetes behind an nginx controller of your choice. It works well and is tested with the [microk8s](https://microk8s.io/) setup. There is support for generating SSL certificates via [cert-manager](https://github.com/jetstack/cert-manager) too. \ No newline at end of file +It will setup a fully functional and secure `bitwarden_rs` application in Kubernetes behind an nginx controller of your choice. It works well and is tested with the [microk8s](https://microk8s.io/) setup. There is support for generating SSL certificates via [cert-manager](https://github.com/jetstack/cert-manager) too. + +Another option with as much, or even more, flexibility would be: https://github.com/gissilabs/charts/tree/master/bitwardenrs \ No newline at end of file