Skip to content

mcfedr/bitwarden-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bitwarden k8s charts

A chart for deploying bitwarden

Usage

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

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: bitwarden@example.com
    host: exmaple.com
    username: bitwarden@example.com
    password: a password
    ssl: "true"
    port: "587"
    useDefaultCredentials: "false"
  disableUserRegistration: "false"
  admins: "admin@example.com"

identity:
  certificatePassword: a cert pass
  pfx: your cert in pfx format

About

A helm chart for running bitwarden on kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published