Files
chart/library/ix-dev/enterprise/syncthing/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

39 lines
670 B
YAML

image:
repository: syncthing/syncthing
tag: '1.23.3'
pullPolicy: IfNotPresent
resources:
limits:
cpu: 4000m
memory: 8Gi
# Currently not exposed in the UI
# But can be exposed in the future
syncthingConfig:
natTraversal: false
localDiscovery: false
globalDiscovery: false
telemetry: false
relaying: false
announceLANAddresses: false
syncthingID:
user: 568
group: 568
syncthingNetwork:
webPort: 30000
certificateID: 0
hostNetwork: true
# Only used if hostNetwork is false
localDiscoveryPort: 21027
tcpPort: 22000
quicPort: 22000
syncthingStorage:
home:
type: ixVolume
datasetName: home
additionalStorages: []