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