From 16a349787d5107f86044423306ec99031899ba09 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 8 Feb 2024 22:43:01 +0000 Subject: [PATCH] KUSTOMIZE BUILD: build fail2ban-exporter deployment with kustomize 82 (done automagically via Drone pipeline) --- deploy/fail2ban-exporter.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/fail2ban-exporter.yaml b/deploy/fail2ban-exporter.yaml index 23f7c46..6a90083 100644 --- a/deploy/fail2ban-exporter.yaml +++ b/deploy/fail2ban-exporter.yaml @@ -100,7 +100,7 @@ spec: value: :8080 - name: GEOIP_DATA_URL value: https://data.neuber.io/data.csv - image: git.ar21.de/yolokube/country-geo-locations:29 + image: git.ar21.de/yolokube/country-geo-locations:32 imagePullPolicy: IfNotPresent name: fail2ban-geoip ports: @@ -119,10 +119,10 @@ spec: resources: limits: cpu: 500m - memory: 128Mi + memory: 3.5Gi requests: cpu: 250m - memory: 64Mi + memory: 3Gi serviceAccountName: fail2ban-geoip-service-account --- apiVersion: apps/v1