mirror of
https://github.com/truenas/charts.git
synced 2026-04-04 11:20:18 +08:00
* add `joplin` to `community` apps * add storage and service * add more boilerplat * add some test values * add values * update readme * add basic ui * add initialmeta * add todo * render config * use 1001 * fix probes * reduce permissiosn * fix portal * remove todo * bump common * simplify probe header * add deafult creds * remove redundant values * update wording
12 lines
232 B
YAML
12 lines
232 B
YAML
joplinNetwork:
|
|
webPort: 31000
|
|
hostNetwork: true
|
|
|
|
joplinStorage:
|
|
pgData:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/pgData
|
|
pgBackup:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/pgBackup
|