Files
truecharts/charts/stable/syncthing/values.yaml
T
88b8d6d981 Migrate Apps to Common 6 (#551)
* chore(deps): update helm chart common to v6

* Adapt persistence to new GUI

* Adapt additional storage GUI to new storage system

* Adapt values.yaml accordingly

* Move transmission settings to env

* fix a vaultwarden linting issue

* fix firefly-iii linting issues

* Use forceName to force a specific name for the DB PVC

* add force name to questions.yaml as well

* use newest common version

* try fixing db-linking issues on vaultwarden

* add deviceList option to zwave2mqtt

* Fixup the deviceList for all Apps

* fix linting error

* Fix more transmission issues

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-11 13:59:46 +02: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/"