From 118e1723137e9dcbd14c1108601aa2c339010239 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Mon, 9 Jun 2025 09:52:18 -0400 Subject: [PATCH] ntfy fix yaml again --- apps/ntfy/deployment.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/ntfy/deployment.yaml b/apps/ntfy/deployment.yaml index b70692a..6ea30ae 100644 --- a/apps/ntfy/deployment.yaml +++ b/apps/ntfy/deployment.yaml @@ -33,11 +33,11 @@ spec: - containerPort: 80 name: http volumeMounts: - - mountPath: /etc/ntfy - subPath: server.yml - name: config-volume - - mountPath: /var/cache/ntfy - name: cache-volume + - mountPath: /etc/ntfy + subPath: server.yml + name: config-volume + - mountPath: /var/cache/ntfy + name: cache-volume volumes: - name: config-volume configMap: