mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 10:40:31 +08:00
* Add vaultwarden to community train * add variable only when set * Update library/ix-dev/community/vaultwarden/values.yaml * Update library/ix-dev/community/vaultwarden/values.yaml * add NET_BIND_SERVICE * minor typo * use the new common * Update common * add upgrade_info.json * remove the capability, and bump to fixed version
18 lines
371 B
YAML
18 lines
371 B
YAML
vaultwardenStorage:
|
|
data:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/data
|
|
pgData:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/pgData
|
|
pgBackup:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/pgBackup
|
|
|
|
vaultwardenConfig:
|
|
additionalEnvs:
|
|
- name: LOG_LEVEL
|
|
value: debug
|
|
- name: SIGNUPS_ALLOWED
|
|
value: false
|