Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcfedr/bitwarden-chart
A helm chart for running bitwarden on kubernetes
https://github.com/mcfedr/bitwarden-chart
Last synced: 7 days ago
JSON representation
A helm chart for running bitwarden on kubernetes
- Host: GitHub
- URL: https://github.com/mcfedr/bitwarden-chart
- Owner: mcfedr
- Created: 2018-12-21T08:14:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-17T22:55:09.000Z (almost 3 years ago)
- Last Synced: 2024-11-04T06:44:03.030Z (about 2 months ago)
- Language: Mustache
- Size: 43.9 KB
- Stars: 22
- Watchers: 6
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitwarden k8s charts
A chart for deploying bitwarden
## Usage
```bash
helm upgrade bitwarden charts/bitwarden --install -f values.yaml
```Your values file needs to contain a bunch of stuff, hopefully ill make it easier
to generate the values in the future```yaml
mssql:
saPassword: a passwordcertificates:
issuer: letsencrypt-prod-dns
kind: Issuer
type: dns01
options:
provider: prod-dnsglobal:
host: bitwarden.example.com
internalIdentityKey: Generated key
duoKey: Generated key
installationId: Generated uuid install id
installationKey: and matching key
mail:
replyToEmail: [email protected]
host: exmaple.com
username: [email protected]
password: a password
ssl: "true"
port: "587"
useDefaultCredentials: "false"
disableUserRegistration: "false"
admins: "[email protected]"identity:
certificatePassword: a cert pass
pfx: your cert in pfx format
```