k8s/argo/ntfy/values.yaml

24 lines
368 B
YAML
Raw Normal View History

2024-07-25 22:57:41 +00:00
---
2024-07-25 23:05:54 +00:00
name: ntfy
namespace: ntfy
serviceAccountName: ntfy
2024-07-25 22:57:41 +00:00
istio:
commonName: ntfy.minhas.io
ingressSelector: ingressgateway
issuer: letsencrypt-prod
2024-07-25 23:30:58 +00:00
port: 80
2024-07-25 22:57:41 +00:00
backendHost: ntfy
ntfy:
baseURL: "https://ntfy.minhas.io"
2024-07-26 00:01:40 +00:00
auth:
defaultAccess: deny-all
file: /data/auth.db
2024-07-25 23:45:15 +00:00
updateStrategy:
2024-07-26 00:01:40 +00:00
persistence:
enable: true
storageClass: "longhorn-retain"