mirror of
https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin.git
synced 2026-07-21 19:48:59 +02:00
* Exemples -> Examples * Exemples -> Examples * Uppercase * Uppercase v2 * Uppercase v3 * Uppercases * Another one * Add whoami because .gitignore is ignoring conf folder
16 lines
256 B
YAML
16 lines
256 B
YAML
http:
|
|
# Add the router
|
|
routers:
|
|
router0:
|
|
entryPoints:
|
|
- web
|
|
service: service-foo
|
|
rule: Path(`/foo`)
|
|
|
|
# Add the service
|
|
services:
|
|
service-foo:
|
|
loadBalancer:
|
|
servers:
|
|
- url: http://traefik/foo:80
|