KUSTOMIZE BUILD: build fail2ban-exporter deployment with kustomize 6 (done automagically via Drone pipeline)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2023-12-23 17:28:49 +00:00
parent 46e898a9ee
commit 718fe8219d

View file

@ -96,15 +96,13 @@ spec:
- env:
- name: GEOIP_LISTEN_ADDRESS
value: :8080
image: registry.neuber.io/country-geo-locations:latest
image: yolokube/country-geo-locations:6
imagePullPolicy: IfNotPresent
name: fail2ban-geoip
ports:
- containerPort: 8080
name: http
protocol: TCP
imagePullSecrets:
- name: tom-regcred
serviceAccountName: fail2ban-geoip-service-account
---
apiVersion: apps/v1
@ -131,7 +129,7 @@ spec:
- env:
- name: F2B_GEOIP_SERVICE
value: fail2ban-geoip
image: registry.neuber.io/fail2ban-prometheus-exporter:latest
image: yolokube/fail2ban-prometheus-exporter:4
imagePullPolicy: IfNotPresent
name: fail2ban-prometheus-exporter
ports:
@ -142,8 +140,6 @@ spec:
- mountPath: /var/run/fail2ban/fail2ban.sock
name: fail2ban
readOnly: true
imagePullSecrets:
- name: tom-regcred
serviceAccountName: fail2ban-prometheus-exporter-service-account
tolerations:
- effect: NoSchedule