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
|
||||
- name: GEOIP_DATA_URL
|
||||
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
|
||||
name: fail2ban-geoip
|
||||
ports:
|
||||
|
@ -119,10 +119,10 @@ spec:
|
|||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 128Mi
|
||||
memory: 3.5Gi
|
||||
requests:
|
||||
cpu: 250m
|
||||
memory: 64Mi
|
||||
memory: 3Gi
|
||||
serviceAccountName: fail2ban-geoip-service-account
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
|
|
Reference in a new issue