moving project to gitea
This commit is contained in:
11
manifests/traefik/conf.toml
Normal file
11
manifests/traefik/conf.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
# Dynamic configuration
|
||||
[http]
|
||||
[http.routers]
|
||||
[http.routers.my-router]
|
||||
rule = "PathPrefix(`/`)"
|
||||
service = "beetroot-proxy"
|
||||
|
||||
[http.services]
|
||||
[http.services.beetroot-proxy.loadBalancer]
|
||||
[[http.services.beetroot-proxy.loadBalancer.servers]]
|
||||
url = "http://beetroot.default.svc.cluster.local:8080"
|
||||
Reference in New Issue
Block a user