hardcode entry point

This commit is contained in:
Milo Schwartz 2024-10-20 16:01:52 -04:00
parent 033871678d
commit 8c5572dd13
No known key found for this signature in database

View file

@ -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