From a1e52095a95899debfad7f650c6d8e82131581d2 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 4 Apr 2026 20:19:40 -0500 Subject: [PATCH 1/3] feat: merge --- clusters/cl01tl/helm/ntfy/values.yaml | 32 +++++---------------------- 1 file changed, 6 insertions(+), 26 deletions(-) diff --git a/clusters/cl01tl/helm/ntfy/values.yaml b/clusters/cl01tl/helm/ntfy/values.yaml index 9c34c50ab..2999b963e 100644 --- a/clusters/cl01tl/helm/ntfy/values.yaml +++ b/clusters/cl01tl/helm/ntfy/values.yaml @@ -2,7 +2,7 @@ ntfy: controllers: main: type: deployment - replicas: 0 + replicas: 1 strategy: Recreate containers: main: @@ -21,11 +21,11 @@ ntfy: value: 36h - name: NTFY_BEHIND_PROXY value: true - # - name: NTFY_DATABASE_URL - # valueFrom: - # secretKeyRef: - # name: ntfy-postgresql-18-cluster-app - # key: uri + - name: NTFY_DATABASE_URL + valueFrom: + secretKeyRef: + name: ntfy-postgresql-18-cluster-app + key: uri - name: NTFY_ATTACHMENT_CACHE_DIR valueFrom: secretKeyRef: @@ -65,22 +65,6 @@ 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 @@ -131,10 +115,6 @@ ntfy: main: - path: /var/cache/ntfy readOnly: false - debug: - main: - - path: /var/cache/ntfy - readOnly: true postgres-18-cluster: mode: recovery recovery: From fc96de7cd428f0c21ae5e94cf6408afd3d80b9f2 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 4 Apr 2026 20:18:12 -0500 Subject: [PATCH 2/3] 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 From f92c97c441ce5259743e005e58b7385416b8f617 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 4 Apr 2026 20:17:38 -0500 Subject: [PATCH 3/3] feat: merge --- clusters/cl01tl/helm/ntfy/values.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/clusters/cl01tl/helm/ntfy/values.yaml b/clusters/cl01tl/helm/ntfy/values.yaml index 43fea1544..2999b963e 100644 --- a/clusters/cl01tl/helm/ntfy/values.yaml +++ b/clusters/cl01tl/helm/ntfy/values.yaml @@ -65,22 +65,6 @@ 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