add argo app

This commit is contained in:
Aaron Riedel 2023-12-23 19:35:35 +01:00
parent 7473a0ced2
commit 37c7cd4046
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -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