fix(fail2ban-exporter): switch bool to string
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
549f93b21d
commit
62639c89be
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ spec:
|
||||||
- name: GEOIP_EXPORTER_ADDRESS
|
- name: GEOIP_EXPORTER_ADDRESS
|
||||||
value: :9191
|
value: :9191
|
||||||
- name: GEOIP_ENABLE_EXPORTER
|
- name: GEOIP_ENABLE_EXPORTER
|
||||||
value: true
|
value: "true"
|
||||||
- name: GEOIP_DATA_URL
|
- name: GEOIP_DATA_URL
|
||||||
value: https://data.neuber.io/data.csv
|
value: https://data.neuber.io/data.csv
|
||||||
image: git.ar21.de/yolokube/country-geo-locations:latest
|
image: git.ar21.de/yolokube/country-geo-locations:latest
|
||||||
|
|
Loading…
Reference in a new issue