mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-01 07:39:09 +00:00
hardcode entry point
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user