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

This commit is contained in:
Tom Neuber 2024-02-09 21:09:53 +00:00
parent 1b01b77afb
commit 84f1ad11a1

View file

@ -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:39 image: git.ar21.de/yolokube/country-geo-locations:40
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: fail2ban-geoip name: fail2ban-geoip
ports: ports:
@ -118,10 +118,10 @@ spec:
periodSeconds: 2 periodSeconds: 2
resources: resources:
limits: limits:
cpu: 500m cpu: "1.2"
memory: 4Gi memory: 4Gi
requests: requests:
cpu: 400m cpu: "1"
memory: 3.5Gi memory: 3.5Gi
serviceAccountName: fail2ban-geoip-service-account serviceAccountName: fail2ban-geoip-service-account
--- ---
@ -158,11 +158,11 @@ spec:
protocol: TCP protocol: TCP
resources: resources:
limits: limits:
cpu: 500m cpu: 200m
memory: 128Mi memory: 128Mi
requests: requests:
cpu: 250m cpu: 50m
memory: 64Mi memory: 32Mi
volumeMounts: volumeMounts:
- mountPath: /var/run/fail2ban/fail2ban.sock - mountPath: /var/run/fail2ban/fail2ban.sock
name: fail2ban name: fail2ban