Merge pull request 'fix(fail2ban-exporter): update resource limits' (#275) from tn-fix-fail2ban-resource-limits into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Reviewed-on: #275
This commit is contained in:
commit
112cd72630
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue