FIX: MapStore Traefik config + Pulsar Manager routing
This commit is contained in:
22
dynamic/30-prometheus.yml
Normal file
22
dynamic/30-prometheus.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
http:
|
||||
middlewares:
|
||||
prometheus-auth:
|
||||
basicAuth:
|
||||
usersFile: "/etc/traefik/dynamic/auth/prometheus.htpasswd"
|
||||
|
||||
routers:
|
||||
prometheus:
|
||||
rule: "Host(`prometheus.digitribe.fr`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
middlewares:
|
||||
- prometheus-auth
|
||||
service: prometheus
|
||||
tls:
|
||||
certResolver: letsencrypt
|
||||
|
||||
services:
|
||||
prometheus:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://prometheus-brokers:9090"
|
||||
Reference in New Issue
Block a user