feat(fail2ban-exporter): add service monitor for geoip services
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful

This commit is contained in:
Tom Neuber 2024-11-28 12:07:47 +01:00
parent 2e36b0e191
commit d0b37937ee
Signed by: tom
GPG key ID: F17EFE4272D89FF6
3 changed files with 54 additions and 0 deletions

View file

@ -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: