Helm chart for Vaultwarden
Vaultwarden, formerly known as Bitwarden_RS, is an "alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal."
Description
This Helm chart is used to deploy vaultwarden with a stable configuration to Kubernetes clusters.
The vaultwarden project can be found here. To learn more about Vaultwarden, please visit the wiki.
Prerequisites
- Kubernetes >= 1.12
- Helm >= 3.1.0
Usage
Add the repository:
helm repo add vaultwarden https://guerzon.github.io/vaultwarden
Refer to the detailed documentation here.
Uninstall
To uninstall/delete the vaultwarden-demo release:
export NAMESPACE=vaultwarden
export RELEASE_NAME=vaultwarden-demo
helm -n $NAMESPACE uninstall $RELEASE_NAME
Disclaimer
Please do your due-diligence before using this chart for a production deployment.
Nevertheless, if you find any issues while using this chart, or have any suggestions, I would appreciate it if you would submit an issue. Alternatively, PRs are appreciated!
License
MIT.
Author
This Helm chart was created and maintained by Lester Guerzon.