mirror of
https://github.com/truecharts/charts.git
synced 2026-07-11 00:11:22 -03:00
* try adding some custom tooling for the job * polish tooling * more polish * process stable * setup scripting for incubator * Process incubator * setup script for dev * remove dev placeholder app * remove .test beta folder * fix some of the workflows and tooling * fix a testing bug * update doc generation to not create app-readme.md * remove an unneeded file * support multiple charts * adapt docs * adapt branch in docs
24 lines
346 B
YAML
24 lines
346 B
YAML
# 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/"
|