KUSTOMIZE BUILD: build fail2ban-exporter deployment with kustomize 21 (done automagically via Drone pipeline)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1b83fec84a
commit
ce8010345c
1 changed files with 3 additions and 1 deletions
|
@ -98,6 +98,8 @@ spec:
|
||||||
- env:
|
- env:
|
||||||
- name: GEOIP_LISTEN_ADDRESS
|
- name: GEOIP_LISTEN_ADDRESS
|
||||||
value: :8080
|
value: :8080
|
||||||
|
- name: GEOIP_DATA_URL
|
||||||
|
value: https://data.neuber.io/data.csv
|
||||||
image: yolokube/country-geo-locations:7
|
image: yolokube/country-geo-locations:7
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: fail2ban-geoip
|
name: fail2ban-geoip
|
||||||
|
@ -131,7 +133,7 @@ spec:
|
||||||
- env:
|
- env:
|
||||||
- name: F2B_GEOIP_SERVICE
|
- name: F2B_GEOIP_SERVICE
|
||||||
value: fail2ban-geoip
|
value: fail2ban-geoip
|
||||||
image: yolokube/fail2ban-prometheus-exporter:12
|
image: yolokube/fail2ban-prometheus-exporter:13
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: fail2ban-prometheus-exporter
|
name: fail2ban-prometheus-exporter
|
||||||
ports:
|
ports:
|
||||||
|
|
Reference in a new issue