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,6 +1,7 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
|
labels:
|
||||||
app.kubernetes.io/instance: fail2ban-prometheus
|
app.kubernetes.io/instance: fail2ban-prometheus
|
||||||
name: fail2ban-prometheus
|
name: fail2ban-prometheus
|
||||||
---
|
---
|
||||||
|
@ -130,7 +131,7 @@ spec:
|
||||||
- env:
|
- env:
|
||||||
- name: F2B_GEOIP_SERVICE
|
- name: F2B_GEOIP_SERVICE
|
||||||
value: fail2ban-geoip
|
value: fail2ban-geoip
|
||||||
image: yolokube/fail2ban-prometheus-exporter:11
|
image: yolokube/fail2ban-prometheus-exporter:12
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: fail2ban-prometheus-exporter
|
name: fail2ban-prometheus-exporter
|
||||||
ports:
|
ports:
|
||||||
|
|
Reference in a new issue