43 lines
764 B
YAML
43 lines
764 B
YAML
image:
|
|
repository: tccr.io/truecharts/syncthing
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.22.1@sha256:da5013d34d09d359f602a377e4d20b703bf825042dce278f900c6e1cb0cbac3f
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8384
|
|
targetPort: 8384
|
|
listeners:
|
|
enabled: true
|
|
ports:
|
|
tcp:
|
|
enabled: true
|
|
port: 22000
|
|
targetPort: 22000
|
|
listeners-udp:
|
|
enabled: true
|
|
ports:
|
|
udp:
|
|
enabled: true
|
|
port: 22000
|
|
targetPort: 22000
|
|
protocol: UDP
|
|
discovery:
|
|
enabled: true
|
|
ports:
|
|
discovery:
|
|
enabled: true
|
|
port: 21027
|
|
targetPort: 21027
|
|
protocol: UDP
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/var/syncthing"
|
|
|
|
portal:
|
|
enabled: true
|