diff --git a/fail2ban-exporter-argo-application.yaml b/fail2ban-exporter-argo-application.yaml new file mode 100644 index 0000000..2889ab8 --- /dev/null +++ b/fail2ban-exporter-argo-application.yaml @@ -0,0 +1,20 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: fail2ban-prometheus + namespace: argocd +spec: + project: default + source: + repoURL: https://git.ar21.de/yolokube/fail2ban-exporter-deployment.git + targetRevision: HEAD + path: deploy + destination: + server: https://kubernetes.default.svc + namespace: fail2ban-prometheus + syncPolicy: + syncOptions: + - CreateNamespace=true + automated: + selfHeal: false + prune: true \ No newline at end of file