From e0e9640d85d830f760f305294046253a3ec38b86 Mon Sep 17 00:00:00 2001 From: trivernis Date: Tue, 28 Nov 2023 11:27:13 +0100 Subject: [PATCH] Add limits to syncthing --- apps/syncthing/app/release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/syncthing/app/release.yaml b/apps/syncthing/app/release.yaml index eebe3ce..24e1d7b 100644 --- a/apps/syncthing/app/release.yaml +++ b/apps/syncthing/app/release.yaml @@ -23,6 +23,11 @@ spec: storageClass: ebs-hdd accessMode: ReadWriteOnce size: 200Gi + resources: + requests: + memory: 512Mi + limits: + memory: 1Gi service: main: