Compare commits
No commits in common. "b0d507aaf4b9f3664151e888de4742be6e52ad22" and "a94664e2e94ab5b22b788e5a6fc53669ce1b8c29" have entirely different histories.
b0d507aaf4
...
a94664e2e9
1 changed files with 15 additions and 0 deletions
|
@ -13,6 +13,21 @@ spec:
|
||||||
- name: http
|
- name: http
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: http
|
targetPort: http
|
||||||
|
selector:
|
||||||
|
app: fail2ban-geoip
|
||||||
|
type: ClusterIP
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
app: fail2ban-geoip
|
||||||
|
app.kubernetes.io/instance: fail2ban-prometheus
|
||||||
|
app.kubernetes.io/name: fail2ban-geoip
|
||||||
|
name: fail2ban-geoip
|
||||||
|
namespace: fail2ban-prometheus
|
||||||
|
spec:
|
||||||
|
ports:
|
||||||
- name: http-metrics
|
- name: http-metrics
|
||||||
port: 9191
|
port: 9191
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue