Files
catalog/stable/syncthing/6.3.3/test_values.yaml
TrueCharts-Bot 29141455eb Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-07-05 21:05:43 +00:00

39 lines
577 B
YAML

# Default values for Syncthing.
image:
repository: syncthing/syncthing
pullPolicy: IfNotPresent
tag: "1.17"
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/"