commit 8e9fd87bc05f275b8bca954f255ae6fbffd4d1c1
parent a7f7a2b5f4f480f47eb88f0ecd798c484b9a0f88
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Thu, 10 Jul 2025 17:31:58 +0200
Meow
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/apps/base/ntfy/release.yaml b/apps/base/ntfy/release.yaml
@@ -48,6 +48,8 @@ spec:
mountPath: /opt/docker/ntfy/cache
- name: ntfy-data
mountPath: /etc/ntfy
+ - name: ntfy-cache-2
+ mountPath: /var/cache/ntfy
containers:
- name: ntfy
securityContext:
@@ -78,6 +80,8 @@ spec:
mountPath: /opt/docker/ntfy/cache
- name: ntfy-data
mountPath: /etc/ntfy
+ - name: ntfy-cache-2
+ mountPath: /var/cache/ntfy
probes:
livenessProbe:
httpGet:
@@ -93,6 +97,8 @@ spec:
name: ntfy-config
- name: ntfy-cache
emptyDir: {}
+ - name: ntfy-cache-2
+ emptyDir: {}
- name: ntfy-data
persistentVolumeClaim:
claimName: ntfy-data