From e112585c44c8b1b927083280ca13c8433afa3e37 Mon Sep 17 00:00:00 2001 From: trivernis Date: Thu, 23 Nov 2023 07:43:48 +0100 Subject: [PATCH] Add size to syncthing pvc --- apps/syncthing/app/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/syncthing/app/release.yaml b/apps/syncthing/app/release.yaml index 1148edf..5c29f43 100644 --- a/apps/syncthing/app/release.yaml +++ b/apps/syncthing/app/release.yaml @@ -22,3 +22,4 @@ spec: enabled: true storageClass: ebs-hdd accessMode: ReadWriteOnce + size: 200Gi