From fc96de7cd428f0c21ae5e94cf6408afd3d80b9f2 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 4 Apr 2026 20:18:12 -0500 Subject: [PATCH] feat: merge --- clusters/cl01tl/helm/ntfy/values.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/clusters/cl01tl/helm/ntfy/values.yaml b/clusters/cl01tl/helm/ntfy/values.yaml index 2999b963e..43fea1544 100644 --- a/clusters/cl01tl/helm/ntfy/values.yaml +++ b/clusters/cl01tl/helm/ntfy/values.yaml @@ -65,6 +65,22 @@ ntfy: requests: cpu: 10m memory: 40Mi + debug: + type: deployment + replicas: 1 + strategy: Recreate + containers: + main: + image: + repository: ubuntu + tag: resolute-20260312 + command: + - "sleep" + - "infinity" + resources: + requests: + cpu: 10m + memory: 32Mi service: main: controller: main