Files
truecharts/charts/stable/syncthing/values.yaml
T
TrueCharts BotandGitHub 97d5375359 chore(deps): update docker general non-major (#3295)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 20:36:51 +02:00

40 lines
740 B
YAML

image:
repository: tccr.io/truecharts/syncthing
pullPolicy: IfNotPresent
tag: v1.20.3@sha256:fca2fa607fb8d860bd89ee0a19dab64b346d7a458126d32945f16a4e10ef65b3
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"