Skip to content

Commit

Permalink
explicit entryPoint reference for tcp routers
Browse files Browse the repository at this point in the history
  • Loading branch information
NotChristianGarcia committed Nov 20, 2024
1 parent a2a2218 commit 9c11a79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions service/templates/traefik-template.j2
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ http:

{% for pname, pdata in http_proxy_info.items() -%}
{{ pname }}:
entryPoints:
- web
rule: "Host(`{{ pdata.url }}`)"
{% if pdata.tapis_auth -%}
middlewares:
Expand Down

0 comments on commit 9c11a79

Please sign in to comment.