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
18
fail2ban-exporter/kustomization.yaml
Normal file
18
fail2ban-exporter/kustomization.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
resources:
|
||||
- ./namespace.yaml
|
||||
- ./serviceaccount.yaml
|
||||
- ./daemonset.yaml
|
||||
- ./deployment.yaml
|
||||
- ./service.yaml
|
||||
- ./servicemonitor.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
images:
|
||||
- name: git.ar21.de/yolokube/country-geo-locations
|
||||
newName: git.ar21.de/yolokube/country-geo-locations
|
||||
newTag: "25"
|
||||
- name: git.ar21.de/yolokube/fail2ban-prometheus-exporter
|
||||
newName: git.ar21.de/yolokube/fail2ban-prometheus-exporter
|
||||
newTag: "40"
|
||||
namespace: fail2ban-prometheus
|
Loading…
Add table
Add a link
Reference in a new issue