Add inline creation

This commit is contained in:
Owen
2026-04-20 18:02:14 -07:00
parent f38069623b
commit 1a36475afa
6 changed files with 406 additions and 33 deletions

View File

@@ -142,6 +142,7 @@ export async function updateProxyResources(
.values({
name: `${targetData.hostname}:${targetData.port}`,
targetId: newTarget.targetId,
orgId: orgId,
hcEnabled: healthcheckData?.enabled || false,
hcPath: healthcheckData?.path,
hcScheme: healthcheckData?.scheme,