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