scale-catalog/scale-catalog-template/charts/syncthing/3.1.5/test_values.yaml

24 lines
346 B
YAML
Raw Normal View History

2021-05-08 10:31:47 +00:00
# Default values for Syncthing.
image:
repository: syncthing/syncthing
pullPolicy: IfNotPresent
tag: 1.16
strategy:
type: Recreate
services:
main:
port:
port: 8384
persistence:
config:
enabled: true
emptyDir: true
accessMode: ReadWriteOnce
size: 1Gi
storageClass: ""
mountPath: "/var/syncthing/"