enable persistence on ntfy, add auth

This commit is contained in:
Amarpreet Minhas 2024-07-26 00:01:40 +00:00
parent 4d52f6f1dc
commit 1a2eb6b6f3

View file

@ -12,5 +12,12 @@ istio:
ntfy: ntfy:
baseURL: "https://ntfy.minhas.io" baseURL: "https://ntfy.minhas.io"
auth:
defaultAccess: deny-all
file: /data/auth.db
updateStrategy: updateStrategy:
persistence:
enable: true
storageClass: "longhorn-retain"