Files
truecharts/charts/stable/syncthing/values.yaml
T
Stavros KoisandGitHub 19df900522 chore(apps): persistence cleanup and small bugfixes (#1329)
* chore(apps): remove persistence size from values

* remove type from persistence from values.yaml

* remove accessMode from persistence from values

* devices dont user persistence

* remove empty lines

* restore accessMode in common, whoops

* quote all mountPaths

* convert `'` to `"`

* fix empty lines

* add missing mountPath on values

* add missing persistence on values

* fix var name on quetsions

* remove disabled persistence from values which are not even defined in questions

* remove more type, accessMode and size

* mountpath -> mountPath

* mounthPath -> mountPath

* booksonic-air persistence cleanup

* remove empty lines

* fix mountPath

* remove unused persistence

* teamspeak3 fix var name in persistence

* remove persistence that will probably be user defined storage

* remove persistence that will probably be user defined storage

* add missing persistence from values

* fix openldap volclaim

* remove persistence that will probably be user defined storage

* add missing persistence from values

* fix path ff3

* fix mountPath

* add missing persistence from values

* remove persistence that will probably be user defined storage

* revert changes in volClaimTemplate

* remove varrun from questions

* fix and cleanup questions postgres

* calm down CI

* ci only value
2021-11-14 20:19:16 +01:00

40 lines
742 B
YAML

# Default values for Syncthing.
image:
repository: ghcr.io/truecharts/syncthing
pullPolicy: IfNotPresent
tag: v1.18.4@sha256:cc2bd691927ec19b9aac2d4a3e2330cb0ce9458dda761ead7dddd5f2d8338221
service:
main:
ports:
main:
port: 8384
targetPort: 8384
listeners:
ports:
tcp:
enabled: true
port: 22000
targetPort: 22000
protocol: TCP
listeners-udp:
ports:
udp:
enabled: true
port: 22000
targetPort: 22000
protocol: UDP
discovery:
ports:
discovery:
enabled: true
port: 21027
targetPort: 21027
protocol: UDP
persistence:
config:
enabled: true
mountPath: "/var/syncthing/"