KUSTOMIZE BUILD: build fail2ban-exporter deployment with kustomize 110 (done automagically via Drone pipeline)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4e8a88d01f
commit
628ce4bc7d
1 changed files with 3 additions and 3 deletions
|
@ -149,7 +149,7 @@ spec:
|
||||||
- env:
|
- env:
|
||||||
- name: F2B_GEOIP_SERVICE
|
- name: F2B_GEOIP_SERVICE
|
||||||
value: fail2ban-geoip
|
value: fail2ban-geoip
|
||||||
image: git.ar21.de/yolokube/fail2ban-prometheus-exporter:63
|
image: git.ar21.de/yolokube/fail2ban-prometheus-exporter:64
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: fail2ban-prometheus-exporter
|
name: fail2ban-prometheus-exporter
|
||||||
ports:
|
ports:
|
||||||
|
@ -158,10 +158,10 @@ spec:
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 200m
|
cpu: 800m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 200m
|
||||||
memory: 32Mi
|
memory: 32Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/run/fail2ban/fail2ban.sock
|
- mountPath: /var/run/fail2ban/fail2ban.sock
|
||||||
|
|
Reference in a new issue