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: