move fail2ban-exporter-deployment to core-deployments
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
This commit is contained in:
parent
01bae052c9
commit
2dc2c7e548
8 changed files with 251 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue