This repository has been archived on 2024-11-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
fail2ban-exporter-deployment/fail2ban-exporter-argo-application.yaml
2023-12-23 19:35:35 +01:00

20 lines
No EOL
466 B
YAML

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