Files
charts/stable/syncthing/2.2.2/test_values.yaml
renovate[bot] a68ec06d09 chore(deps): update helm chart common to v2.2.2 (#336)
* chore(deps): update helm chart common to v2.2.2

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-04-12 19:49:20 +02:00

29 lines
396 B
YAML

# Default values for Syncthing.
image:
repository: syncthing/syncthing
pullPolicy: IfNotPresent
tag: 1.15
strategy:
type: Recreate
services:
main:
port:
port: 8384
persistence:
config:
enabled: false
emptyDir: false
## TrueCharts Config
appVolumeMounts:
storage:
enabled: true
emptyDir: true
setPermissions: true
mountPath: "/var/syncthing/"