move fail2ban-exporter-deployment to core-deployments
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful

This commit is contained in:
Tom Neuber 2024-10-29 13:22:30 +01:00
parent 01bae052c9
commit 2dc2c7e548
Signed by: tom
GPG key ID: F17EFE4272D89FF6
8 changed files with 251 additions and 0 deletions

View file

@ -72,3 +72,24 @@ spec:
automated:
selfHeal: false
prune: false
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: fail2ban-prometheus
namespace: argocd
spec:
project: default
source:
repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
path: fail2ban-exporter
destination:
server: https://kubernetes.default.svc
namespace: fail2ban-prometheus
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: false
prune: true