commit 8be9c8397daee5da3f138e36e133c41cf6c14896
parent 25a18102ebe3e14d6b3c7450accf96daf46c4028
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Thu, 10 Jul 2025 17:20:52 +0200
Meow
Diffstat:
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/apps/base/ntfy/ntfy.yml b/apps/base/ntfy/ntfy.yml
@@ -1,7 +1,7 @@
default-host: "https://notify.mtrnord.blog"
base-url: "https://notify.mtrnord.blog"
listen-http: ":8080"
-cache-file: "/var/cache/ntfy/cache.db"
+cache-file: "/etc/ntfy/cache.db"
behind-proxy: true
attachment-cache-dir: "/var/cache/ntfy/attachments"
keepalive-interval: "45s"
diff --git a/apps/base/ntfy/release.yaml b/apps/base/ntfy/release.yaml
@@ -50,7 +50,16 @@ spec:
- name: ntfy-cache
mountPath: /opt/docker/ntfy/cache
- name: ntfy-data
- mountPath: /etc/ntfy/
+ mountPath: /etc/ntfy
+ probes:
+ livenessProbe:
+ httpGet:
+ path: /v1/health
+ port: 8080
+ readinessProbe:
+ httpGet:
+ path: /v1/health
+ port: 8080
volumes:
- name: ntfy-config
configMap: