feat(fail2ban-exporter): add service monitor for geoip services
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
2e36b0e191
commit
d0b37937ee
3 changed files with 54 additions and 0 deletions
|
@ -36,6 +36,10 @@ spec:
|
|||
- env:
|
||||
- name: GEOIP_LISTEN_ADDRESS
|
||||
value: :8080
|
||||
- name: GEOIP_EXPORTER_ADDRESS
|
||||
value: :9191
|
||||
- name: GEOIP_ENABLE_EXPORTER
|
||||
value: true
|
||||
- name: GEOIP_DATA_URL
|
||||
value: https://data.neuber.io/data.csv
|
||||
image: git.ar21.de/yolokube/country-geo-locations:latest
|
||||
|
@ -45,6 +49,9 @@ spec:
|
|||
- containerPort: 8080
|
||||
name: http
|
||||
protocol: TCP
|
||||
- containerPort: 9191
|
||||
name: http
|
||||
protocol: TCP
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
httpHeaders:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue