From 0373214212b95ab5b49812902ecbf86ddc2c18a3 Mon Sep 17 00:00:00 2001 From: Tom3201 Date: Sat, 9 Nov 2024 09:03:34 -0400 Subject: [PATCH] fix(fail2ban-exporter): update resource limits --- fail2ban-exporter/daemonset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fail2ban-exporter/daemonset.yaml b/fail2ban-exporter/daemonset.yaml index df1e489..3b34bdd 100644 --- a/fail2ban-exporter/daemonset.yaml +++ b/fail2ban-exporter/daemonset.yaml @@ -32,10 +32,10 @@ spec: protocol: TCP resources: limits: - cpu: 800m + cpu: 1000m memory: 128Mi requests: - cpu: 200m + cpu: 400m memory: 32Mi volumeMounts: - mountPath: /var/run/fail2ban/fail2ban.sock