mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
* initial commit * add templates and values * whops * remove caps * metadata + read me * add more tests * add questions and validation * add group
19 lines
365 B
YAML
19 lines
365 B
YAML
linkdingNetwork:
|
|
webPort: 31000
|
|
hostNetwork: true
|
|
|
|
linkdingConfig:
|
|
username: admin
|
|
password: admin
|
|
|
|
linkdingStorage:
|
|
data:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data
|
|
pgData:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/pgData
|
|
pgBackup:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/pgBackup
|