mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 10:05:53 +02:00
hardcode entry point
This commit is contained in:
parent
033871678d
commit
8c5572dd13
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ export function buildTraefikConfig(
|
|||
const serviceName = `service-${target.targetId}`;
|
||||
|
||||
http.routers![routerName] = {
|
||||
entryPoints: [target.method],
|
||||
entryPoints: ["https"],
|
||||
middlewares: [middlewareName],
|
||||
service: serviceName,
|
||||
rule: `Host(\`${target.resourceId}\`)`, // assuming resourceId is a valid full hostname
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue