enable persistence on ntfy, add auth
This commit is contained in:
parent
4d52f6f1dc
commit
1a2eb6b6f3
1 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue