Files
charts/stable/syncthing/3.1.2/test_values.yaml
renovate[bot] 09ecc072dc chore(deps): update helm chart common to v3.5.2 (#366)
* chore(deps): update helm chart common to v3.5.2

* Update-Folder-Names-and-Dependencies

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

24 lines
346 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: true
emptyDir: true
accessMode: ReadWriteOnce
size: 1Gi
storageClass: ""
mountPath: "/var/syncthing/"