From 1a2eb6b6f32de302ea74b9acc96c99a944077e46 Mon Sep 17 00:00:00 2001 From: Amarpreet Minhas Date: Fri, 26 Jul 2024 00:01:40 +0000 Subject: [PATCH] enable persistence on ntfy, add auth --- argo/ntfy/values.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/argo/ntfy/values.yaml b/argo/ntfy/values.yaml index c0716ac..14c18e1 100644 --- a/argo/ntfy/values.yaml +++ b/argo/ntfy/values.yaml @@ -12,5 +12,12 @@ istio: ntfy: baseURL: "https://ntfy.minhas.io" + auth: + defaultAccess: deny-all + file: /data/auth.db updateStrategy: + +persistence: + enable: true + storageClass: "longhorn-retain"