From 411a4ee92bc25c216d8e43dc1bc4721dfb931366 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Fri, 30 Jan 2026 14:02:20 +1100 Subject: [PATCH] bumped storage from clawdbots initial value --- deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.yaml b/deployment.yaml index bd5dd17..5b0fb63 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -9,7 +9,7 @@ spec: - ReadWriteOnce resources: requests: - storage: 1Gi + storage: 4Gi --- apiVersion: apps/v1 kind: Deployment