From ed3e2dcba72589ed3670957468eb7904dfb09760 Mon Sep 17 00:00:00 2001 From: Asara Date: Thu, 25 Jul 2024 18:57:41 -0400 Subject: [PATCH] add ntfy --- argo/apps/values.yaml | 5 +++++ argo/ntfy/values.yaml | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 argo/ntfy/values.yaml diff --git a/argo/apps/values.yaml b/argo/apps/values.yaml index 485b5a5..ae4431e 100644 --- a/argo/apps/values.yaml +++ b/argo/apps/values.yaml @@ -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 diff --git a/argo/ntfy/values.yaml b/argo/ntfy/values.yaml new file mode 100644 index 0000000..694db43 --- /dev/null +++ b/argo/ntfy/values.yaml @@ -0,0 +1,10 @@ +--- +istio: + commonName: ntfy.minhas.io + ingressSelector: ingressgateway + issuer: letsencrypt-prod + port: 3001 + backendHost: ntfy + +ntfy: + baseURL: "https://ntfy.minhas.io"