From 718fe8219db2d3c237d2d67ef74483f7f2ee4480 Mon Sep 17 00:00:00 2001 From: aaron Date: Sat, 23 Dec 2023 17:28:49 +0000 Subject: [PATCH] KUSTOMIZE BUILD: build fail2ban-exporter deployment with kustomize 6 (done automagically via Drone pipeline) --- deploy/fail2ban-exporter.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/deploy/fail2ban-exporter.yaml b/deploy/fail2ban-exporter.yaml index 49bd279..c820883 100644 --- a/deploy/fail2ban-exporter.yaml +++ b/deploy/fail2ban-exporter.yaml @@ -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