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