From e660ef677e2cb111392aececc939f8bdc2d35730 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 23 Mar 2026 21:43:47 -0500 Subject: [PATCH] feat: scale --- clusters/cl01tl/helm/grimmory/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/grimmory/values.yaml b/clusters/cl01tl/helm/grimmory/values.yaml index addbca236..2ad8481ce 100644 --- a/clusters/cl01tl/helm/grimmory/values.yaml +++ b/clusters/cl01tl/helm/grimmory/values.yaml @@ -2,7 +2,7 @@ grimmory: controllers: main: type: deployment - replicas: 0 + replicas: 1 strategy: Recreate pod: securityContext: -- 2.49.1