fail2ban-exporter-deployment/fail2ban-exporter-argo-application.yaml

20 lines
466 B
YAML
Raw Permalink Normal View History

2023-12-23 19:35:35 +01:00
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