This commit is contained in:
commit
212a056a56
3 changed files with 67 additions and 0 deletions
12
kustomization.yaml
Normal file
12
kustomization.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
resources:
|
||||
- ./base
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
images:
|
||||
- name: yolokube/fail2ban-prometheus-exporter
|
||||
newName: yolokube/fail2ban-prometheus-exporter
|
||||
newTag: "latest"
|
||||
- name: yolokube/country-geo-locations
|
||||
newName: yolokube/country-geo-locations
|
||||
newTag: "latest"
|
||||
namespace: fail2ban-prometheus
|
Reference in a new issue