KUSTOMIZE BUILD: build fail2ban-exporter deployment with kustomize 106 (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
b4cdb7387b
commit
254703d126
1 changed files with 3 additions and 3 deletions
|
@ -118,10 +118,10 @@ spec:
|
||||||
periodSeconds: 2
|
periodSeconds: 2
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: "1.2"
|
cpu: "2"
|
||||||
memory: 4Gi
|
memory: 4Gi
|
||||||
requests:
|
requests:
|
||||||
cpu: "1"
|
cpu: "1.5"
|
||||||
memory: 3.5Gi
|
memory: 3.5Gi
|
||||||
serviceAccountName: fail2ban-geoip-service-account
|
serviceAccountName: fail2ban-geoip-service-account
|
||||||
---
|
---
|
||||||
|
@ -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:59
|
image: git.ar21.de/yolokube/fail2ban-prometheus-exporter:61
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: fail2ban-prometheus-exporter
|
name: fail2ban-prometheus-exporter
|
||||||
ports:
|
ports:
|
||||||
|
|
Reference in a new issue