mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 02:20:15 +08:00
22 lines
388 B
YAML
22 lines
388 B
YAML
linkdingNetwork:
|
|
webPort: 31000
|
|
|
|
linkdingRunAs:
|
|
user: 1000
|
|
group: 1000
|
|
|
|
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
|