mirror of
https://github.com/truenas/charts.git
synced 2026-04-04 19:29:22 +08:00
* init commit * add `passbolt` to `community` train * roofs * mount var run * probes * try init user * fix app url * add metadata * remove init user * add questions and revert to user 33 * plump hostnet and add hostnet values for ci * fix perms and UI
16 lines
209 B
YAML
16 lines
209 B
YAML
passboltNetwork:
|
|
webPort: 31000
|
|
|
|
passboltConfig:
|
|
appUrl: http://localhost:31000
|
|
|
|
passboltStorage:
|
|
gpg:
|
|
type: pvc
|
|
jwt:
|
|
type: pvc
|
|
mariadbData:
|
|
type: pvc
|
|
mariadbBackup:
|
|
type: emptyDir
|