From 3cb428f062856953062ad2dd742b15fac36b881d Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Wed, 29 Sep 2021 00:22:32 +0700 Subject: [PATCH] feat(apps): enable Syncthing persistence --- apps/syncthing/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/syncthing/values.yaml b/apps/syncthing/values.yaml index b1664607..361bd8ad 100644 --- a/apps/syncthing/values.yaml +++ b/apps/syncthing/values.yaml @@ -10,3 +10,8 @@ syncthing: - secretName: syncthing-tls-certificate hosts: - syncthing.khuedoan.com + persistence: + config: + enabled: false + size: 10Gi + retain: true