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"