Files
truecharts/charts/stable/syncthing/values.yaml
T
8aecd55b5d chore(deps): update container image syncthing/syncthing to v1.18 (#672)
* chore(deps): update container image syncthing/syncthing to v1.18

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-07-06 15:43:10 +02:00

39 lines
577 B
YAML

# Default values for Syncthing.
image:
repository: syncthing/syncthing
pullPolicy: IfNotPresent
tag: "1.18"
strategy:
type: Recreate
service:
main:
ports:
main:
port: 8384
listeners:
ports:
tcp:
enabled: true
port: 22000
protocol: TCP
udp:
enabled: true
port: 22000
protocol: UDP
discovery:
ports:
discovery:
enabled: true
port: 21027
protocol: UDP
persistence:
config:
enabled: true
type: emptyDir
mountPath: "/var/syncthing/"