From d89e97d5f55e7fb9447cfa3ae900e9ba0eba1b35 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 9 Feb 2024 00:44:10 +0000 Subject: [PATCH] KUSTOMIZE BUILD: build fail2ban-exporter deployment with kustomize 94 (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 d458b78..53d4735 100644 --- a/deploy/fail2ban-exporter.yaml +++ b/deploy/fail2ban-exporter.yaml @@ -119,10 +119,10 @@ spec: resources: limits: cpu: 500m - memory: 3.5Gi + memory: 4Gi requests: cpu: 400m - memory: 3.2Gi + memory: 3.5Gi serviceAccountName: fail2ban-geoip-service-account --- apiVersion: apps/v1 @@ -149,7 +149,7 @@ spec: - env: - name: F2B_GEOIP_SERVICE value: fail2ban-geoip - image: git.ar21.de/yolokube/fail2ban-prometheus-exporter:55 + image: git.ar21.de/yolokube/fail2ban-prometheus-exporter:56 imagePullPolicy: IfNotPresent name: fail2ban-prometheus-exporter ports: