Files
chart/library/ix-dev/enterprise/syncthing/ci/basic-values.yaml
Stavros Kois a8de996f6e NAS-122105 / 23.10 / Add Syncthing to enterprise train (#1217)
* Add syncthing to enterprise train

* add readme

* use different default webui port

* add update_strategy/info
2023-06-05 16:12:30 +03:00

19 lines
454 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