2023-11-21 22:36:30 +01:00

20 lines
389 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ntfy-application
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/moll-re/k3s-infra.git
targetRevision: main
path: deployment/
destination:
server: https://kubernetes.default.svc
namespace: ntfy
syncPolicy:
automated:
prune: true
selfHeal: true