23 lines
411 B
Plaintext
Raw Normal View History

2023-02-03 18:01:35 +01:00
http:
routers:
cockpit:
2023-02-06 10:11:29 +01:00
rule: "PathPrefix(`/cockpit`)"
2023-02-03 18:01:35 +01:00
entryPoints: https
2023-02-07 14:05:12 +01:00
middlewares:
- cockpit-stripprefix
2023-02-03 18:01:35 +01:00
service: cockpit
tls:
certresolver: wildcard
2023-02-07 14:05:12 +01:00
middlewares:
cockpit-stripprefix:
stripPrefix:
prefixes:
- "/cockpit"
2023-02-03 18:01:35 +01:00
services:
cockpit:
loadBalancer:
servers:
2023-02-07 14:05:12 +01:00
- url: "http://127.0.0.1:9090"