add ntfy
This commit is contained in:
parent
756456d425
commit
ed3e2dcba7
2 changed files with 15 additions and 0 deletions
|
@ -60,3 +60,8 @@ helmApps:
|
|||
repoURL: https://immich-app.github.io/immich-charts
|
||||
chart: immich
|
||||
revision: 0.4.0
|
||||
- app: ntfy
|
||||
namespace: ntfy
|
||||
repoURL: oci://codeberg.org/wrenix/helm-charts/ntfy
|
||||
chart: ntfy
|
||||
revision: 0.1.13
|
||||
|
|
10
argo/ntfy/values.yaml
Normal file
10
argo/ntfy/values.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
istio:
|
||||
commonName: ntfy.minhas.io
|
||||
ingressSelector: ingressgateway
|
||||
issuer: letsencrypt-prod
|
||||
port: 3001
|
||||
backendHost: ntfy
|
||||
|
||||
ntfy:
|
||||
baseURL: "https://ntfy.minhas.io"
|
Loading…
Reference in a new issue