KUSTOMIZE BUILD: build fail2ban-exporter deployment with kustomize 102 (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
1b01b77afb
commit
84f1ad11a1
1 changed files with 6 additions and 6 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:39
|
||||
image: git.ar21.de/yolokube/country-geo-locations:40
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: fail2ban-geoip
|
||||
ports:
|
||||
|
@ -118,10 +118,10 @@ spec:
|
|||
periodSeconds: 2
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
cpu: "1.2"
|
||||
memory: 4Gi
|
||||
requests:
|
||||
cpu: 400m
|
||||
cpu: "1"
|
||||
memory: 3.5Gi
|
||||
serviceAccountName: fail2ban-geoip-service-account
|
||||
---
|
||||
|
@ -158,11 +158,11 @@ spec:
|
|||
protocol: TCP
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
cpu: 200m
|
||||
memory: 128Mi
|
||||
requests:
|
||||
cpu: 250m
|
||||
memory: 64Mi
|
||||
cpu: 50m
|
||||
memory: 32Mi
|
||||
volumeMounts:
|
||||
- mountPath: /var/run/fail2ban/fail2ban.sock
|
||||
name: fail2ban
|
||||
|
|
Reference in a new issue