Added ntfy

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2024-12-13 10:46:58 +00:00
parent afc5bf89e7
commit 4bbf882ded
5 changed files with 139 additions and 11 deletions

29
manifests/_apps/ntfy.yaml Normal file
View File

@@ -0,0 +1,29 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cluster-fun-ntfy
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: cluster.fun
destination:
namespace: ntfy
name: cluster-fun (v2)
source:
path: manifests/ntfy
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
targetRevision: HEAD
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
ignoreDifferences:
- kind: Secret
jsonPointers:
- /data
- group: apps
kind: Deployment
jqPathExpressions:
- .spec.template.spec.containers[]?.image
---