mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-21 15:20:21 +08:00
* 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>
29 lines
396 B
YAML
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/"
|