From 628ce4bc7dd3cfc2663e407cba1239d19bd88886 Mon Sep 17 00:00:00 2001 From: aaron Date: Sun, 11 Feb 2024 06:28:28 +0000 Subject: [PATCH] KUSTOMIZE BUILD: build fail2ban-exporter deployment with kustomize 110 (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 7062dcd..a8cfd2d 100644 --- a/deploy/fail2ban-exporter.yaml +++ b/deploy/fail2ban-exporter.yaml @@ -149,7 +149,7 @@ spec: - env: - name: F2B_GEOIP_SERVICE value: fail2ban-geoip - image: git.ar21.de/yolokube/fail2ban-prometheus-exporter:63 + image: git.ar21.de/yolokube/fail2ban-prometheus-exporter:64 imagePullPolicy: IfNotPresent name: fail2ban-prometheus-exporter ports: @@ -158,10 +158,10 @@ spec: protocol: TCP resources: limits: - cpu: 200m + cpu: 800m memory: 128Mi requests: - cpu: 50m + cpu: 200m memory: 32Mi volumeMounts: - mountPath: /var/run/fail2ban/fail2ban.sock