fix(fail2ban-exporter): update resource limits
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
This commit is contained in:
parent
2db939af1a
commit
0373214212
1 changed files with 2 additions and 2 deletions
|
@ -32,10 +32,10 @@ spec:
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 800m
|
cpu: 1000m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 200m
|
cpu: 400m
|
||||||
memory: 32Mi
|
memory: 32Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/run/fail2ban/fail2ban.sock
|
- mountPath: /var/run/fail2ban/fail2ban.sock
|
||||||
|
|
Loading…
Reference in a new issue