fix: OpenRemote Traefik + GeoServer CORS + Keycloak route
This commit is contained in:
16
dynamic/grafana-smart-city.yml
Normal file
16
dynamic/grafana-smart-city.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
http:
|
||||
routers:
|
||||
grafana:
|
||||
rule: "Host(`grafana.digitribe.fr`)"
|
||||
entrypoints:
|
||||
- web
|
||||
- websecure
|
||||
tls:
|
||||
certresolver: letsencrypt
|
||||
service: grafana-service
|
||||
|
||||
services:
|
||||
grafana-service:
|
||||
loadbalancer:
|
||||
servers:
|
||||
- url: "http://smart-city-grafana:3000"
|
||||
Reference in New Issue
Block a user