KUSTOMIZE BUILD: build fail2ban-exporter deployment with kustomize 94 (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
fb33c012f0
commit
d89e97d5f5
1 changed files with 3 additions and 3 deletions
|
@ -119,10 +119,10 @@ spec:
|
|||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 3.5Gi
|
||||
memory: 4Gi
|
||||
requests:
|
||||
cpu: 400m
|
||||
memory: 3.2Gi
|
||||
memory: 3.5Gi
|
||||
serviceAccountName: fail2ban-geoip-service-account
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
|
@ -149,7 +149,7 @@ spec:
|
|||
- env:
|
||||
- name: F2B_GEOIP_SERVICE
|
||||
value: fail2ban-geoip
|
||||
image: git.ar21.de/yolokube/fail2ban-prometheus-exporter:55
|
||||
image: git.ar21.de/yolokube/fail2ban-prometheus-exporter:56
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: fail2ban-prometheus-exporter
|
||||
ports:
|
||||
|
|
Reference in a new issue