24 lines
383 B
YAML
24 lines
383 B
YAML
---
|
|
name: ntfy
|
|
namespace: ntfy
|
|
serviceAccountName: ntfy
|
|
|
|
istio:
|
|
commonName: ntfy.minhas.io
|
|
ingressSelector: ingressgateway
|
|
issuer: letsencrypt-prod
|
|
port: 80
|
|
backendHost: ntfy
|
|
|
|
ntfy:
|
|
baseURL: "https://ntfy.minhas.io"
|
|
auth:
|
|
defaultAccess: "write-only"
|
|
file: /data/auth.db
|
|
|
|
updateStrategy:
|
|
|
|
persistence:
|
|
enabled: true
|
|
storageClass: "longhorn-encrypted-retain"
|