Files
kubernetes/clusters/artemis/apps/ntfy/application.yaml
Daniël Groothuis a8964422f7
All checks were successful
Validate K8s manifests / validate-manifests (push) Successful in 3s
Validate K8s manifests / scan-secrets (push) Successful in 3m13s
chore(ntfy): Added Ntfy for Notifications
2025-10-23 23:03:06 +02:00

25 lines
520 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ntfy
namespace: ntfy
labels:
platform.dgse.cloud/cluster: artemis
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: ntfy
source:
repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git'
path: manifests/artemis/ntfy
targetRevision: main
destination:
namespace: ntfy
name: in-cluster
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true