Files
chart/library/ix-dev/test/syncthing/values.yaml
Stavros Kois 47e6a12518 NAS-123851 / 24.04 / Add SMB PV/PVC to Syncthing - test train (#1499)
* make a syncthing copy under test train

* add test catalog in CI

* bump common

* add smb option
2023-09-06 15:38:28 +03:00

39 lines
673 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: null
hostNetwork: true
# Only used if hostNetwork is false
localDiscoveryPort: 21027
tcpPort: 22000
quicPort: 22000
syncthingStorage:
home:
type: ixVolume
datasetName: home
additionalStorages: []