Merge pull request 'fix(fail2ban-exporter): solve duplicate port naming' (#343) from tn-adjust-fail2ban-geoip-service into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Reviewed-on: #343
This commit is contained in:
commit
d3e07d502e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ spec:
|
||||||
name: http
|
name: http
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
- containerPort: 9191
|
- containerPort: 9191
|
||||||
name: http
|
name: http-metrics
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
Loading…
Reference in a new issue