[web-containers] Adds an explicit service in case we want to have two services.
This commit is contained in:
@@ -113,6 +113,7 @@
|
|||||||
{
|
{
|
||||||
"traefik.enable" = "true";
|
"traefik.enable" = "true";
|
||||||
"traefik.http.routers.${serviceName}.rule" = "${routerRule}";
|
"traefik.http.routers.${serviceName}.rule" = "${routerRule}";
|
||||||
|
"traefik.http.routers.${serviceName}.service" = "${serviceName}";
|
||||||
"traefik.http.services.${serviceName}.loadbalancer.server.port" = "${toString port}";
|
"traefik.http.services.${serviceName}.loadbalancer.server.port" = "${toString port}";
|
||||||
}
|
}
|
||||||
// oauthLabels
|
// oauthLabels
|
||||||
|
|||||||
Reference in New Issue
Block a user