2021-09-26 18:24:58 +00:00
|
|
|
# Default values for Syncthing.
|
|
|
|
|
|
|
|
image:
|
|
|
|
repository: ghcr.io/truecharts/syncthing
|
|
|
|
pullPolicy: IfNotPresent
|
2021-10-05 11:36:33 +00:00
|
|
|
tag: v1.18.3@sha256:d299f89bf7a3462953ca415c1dcea27ea1cd0eb776011905d6c37aef9a4fbea5
|
2021-09-26 18:24:58 +00:00
|
|
|
|
|
|
|
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
|
2021-09-26 23:18:31 +00:00
|
|
|
mountPath: "/var/syncthing/"
|
2021-09-26 18:24:58 +00:00
|
|
|
type: pvc
|
|
|
|
accessMode: ReadWriteOnce
|
|
|
|
size: "100Gi"
|