Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 password

certificates:
issuer: letsencrypt-prod-dns
kind: Issuer
type: dns01
options:
provider: prod-dns

global:
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
```