KUSTOMIZE BUILD: build fail2ban-exporter deployment with kustomize 19 (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
76e89a447d
commit
ff27dd4372
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
app.kubernetes.io/instance: fail2ban-prometheus
|
||||
labels:
|
||||
app.kubernetes.io/instance: fail2ban-prometheus
|
||||
name: fail2ban-prometheus
|
||||
---
|
||||
apiVersion: v1
|
||||
|
@ -130,7 +131,7 @@ spec:
|
|||
- env:
|
||||
- name: F2B_GEOIP_SERVICE
|
||||
value: fail2ban-geoip
|
||||
image: yolokube/fail2ban-prometheus-exporter:11
|
||||
image: yolokube/fail2ban-prometheus-exporter:12
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: fail2ban-prometheus-exporter
|
||||
ports:
|
||||
|
|
Reference in a new issue