From cf0650db06ade59a348eb2d62254556c092ef9ac Mon Sep 17 00:00:00 2001 From: rasmus Date: Sat, 3 Feb 2024 12:31:51 +0200 Subject: [PATCH] hotfix: double camtiler storage might work, might not --- camtiler/mongodb.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/camtiler/mongodb.yml b/camtiler/mongodb.yml index 48fb6e0..707d939 100644 --- a/camtiler/mongodb.yml +++ b/camtiler/mongodb.yml @@ -85,7 +85,7 @@ spec: - ReadWriteOnce resources: requests: - storage: 100Mi + storage: 200Mi - metadata: name: journal-volume labels: @@ -96,7 +96,7 @@ spec: - ReadWriteOnce resources: requests: - storage: 512Mi + storage: 1Gi - metadata: name: data-volume labels: