40 lines
740 B
YAML
40 lines
740 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/syncthing
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: v1.19.2@sha256:e62ccdd06c58b517babe3fb1d803777f1ad741e6a2f6de64f81804cffc87d6ef
|
||
|
|
||
|
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"
|