mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-16 13:06:27 +00:00
fix priority inside blueprints
This commit is contained in:
@@ -113,12 +113,9 @@ export async function updateProxyResources(
|
|||||||
internalPort: internalPortToCreate,
|
internalPort: internalPortToCreate,
|
||||||
path: targetData.path,
|
path: targetData.path,
|
||||||
pathMatchType: targetData["path-match"],
|
pathMatchType: targetData["path-match"],
|
||||||
<<<<<<< HEAD
|
|
||||||
rewritePath: targetData.rewritePath,
|
rewritePath: targetData.rewritePath,
|
||||||
rewritePathType: targetData["rewrite-match"]
|
rewritePathType: targetData["rewrite-match"],
|
||||||
=======
|
|
||||||
priority: targetData.priority
|
priority: targetData.priority
|
||||||
>>>>>>> b8d96345 (priority add for traefik config setup)
|
|
||||||
})
|
})
|
||||||
.returning();
|
.returning();
|
||||||
|
|
||||||
@@ -366,12 +363,9 @@ export async function updateProxyResources(
|
|||||||
enabled: targetData.enabled,
|
enabled: targetData.enabled,
|
||||||
path: targetData.path,
|
path: targetData.path,
|
||||||
pathMatchType: targetData["path-match"],
|
pathMatchType: targetData["path-match"],
|
||||||
<<<<<<< HEAD
|
|
||||||
rewritePath: targetData.rewritePath,
|
rewritePath: targetData.rewritePath,
|
||||||
rewritePathType: targetData["rewrite-match"]
|
rewritePathType: targetData["rewrite-match"],
|
||||||
=======
|
|
||||||
priority: targetData.priority
|
priority: targetData.priority
|
||||||
>>>>>>> b8d96345 (priority add for traefik config setup)
|
|
||||||
})
|
})
|
||||||
.where(eq(targets.targetId, existingTarget.targetId))
|
.where(eq(targets.targetId, existingTarget.targetId))
|
||||||
.returning();
|
.returning();
|
||||||
|
|||||||
Reference in New Issue
Block a user