mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-19 00:40:40 +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}`;
|
const serviceName = `service-${target.targetId}`;
|
||||||
|
|
||||||
http.routers![routerName] = {
|
http.routers![routerName] = {
|
||||||
entryPoints: [target.method],
|
entryPoints: ["https"],
|
||||||
middlewares: [middlewareName],
|
middlewares: [middlewareName],
|
||||||
service: serviceName,
|
service: serviceName,
|
||||||
rule: `Host(\`${target.resourceId}\`)`, // assuming resourceId is a valid full hostname
|
rule: `Host(\`${target.resourceId}\`)`, // assuming resourceId is a valid full hostname
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue