KUSTOMIZE BUILD: build fail2ban-exporter deployment with kustomize 82 (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
66eb8d28d1
commit
16a349787d
1 changed files with 3 additions and 3 deletions
|
@ -100,7 +100,7 @@ spec:
|
||||||
value: :8080
|
value: :8080
|
||||||
- name: GEOIP_DATA_URL
|
- name: GEOIP_DATA_URL
|
||||||
value: https://data.neuber.io/data.csv
|
value: https://data.neuber.io/data.csv
|
||||||
image: git.ar21.de/yolokube/country-geo-locations:29
|
image: git.ar21.de/yolokube/country-geo-locations:32
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: fail2ban-geoip
|
name: fail2ban-geoip
|
||||||
ports:
|
ports:
|
||||||
|
@ -119,10 +119,10 @@ spec:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
memory: 128Mi
|
memory: 3.5Gi
|
||||||
requests:
|
requests:
|
||||||
cpu: 250m
|
cpu: 250m
|
||||||
memory: 64Mi
|
memory: 3Gi
|
||||||
serviceAccountName: fail2ban-geoip-service-account
|
serviceAccountName: fail2ban-geoip-service-account
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
|
|
Reference in a new issue