all repos — infra @ f4617dd14ab94ae9c276f739aaf73254db4fdbe0

infrastructure manifests and setup notes

charts/vaultwarden.yaml (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
  name: vaultwarden
  namespace: default
spec:
  repo: https://guerzon.github.io/vaultwarden
  chart: vaultwarden
  targetNamespace: default
  valuesContent: |-
    image:
      tag: testing-alpine
    domain: "http://pass.koti.lan"
    ingress:
      enabled: true
      hostname: pass.koti.lan
      class: nginx
      tls: true
      tlsSecret: pass-koti-lan
    database:
      type: postgresql
      existingSecret: vaultwarden-uri
      existingSecretKey: uri
    adminToken: {}
    data:
      name: vaultwarden-data
      size: 2Gi
      class: longhorn
      keepPvc: true