mirror of
https://github.com/truenas/charts.git
synced 2026-02-12 14:56:30 +08:00
* make a syncthing copy under test train * add test catalog in CI * bump common * add smb option
25 lines
557 B
YAML
25 lines
557 B
YAML
syncthingStorage:
|
|
home:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/home
|
|
additionalStorages:
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/dir1
|
|
mountPath: /mnt/dir1
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/dir2
|
|
mountPath: /mnt/dir2
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/dir3
|
|
mountPath: /mnt/dir3
|
|
|
|
syncthingID:
|
|
user: 1001
|
|
group: 1001
|
|
|
|
syncthingNetwork:
|
|
hostNetwork: false
|
|
localDiscoveryPort: 31027
|
|
tcpPort: 32000
|
|
quicPort: 32000
|