[FEATURE] Extra Port implimentation

This commit is contained in:
Dunemask 2024-01-19 17:36:50 -07:00
parent 2884709bb1
commit 6270c5e421
8 changed files with 82 additions and 20 deletions

View file

@ -78,6 +78,7 @@ export function getServerAssets(serverId) {
backupSecret: secrets.find((s) =>
s.metadata.name.endsWith("-backup-secret"),
),
extraService: services.find((s) => s.metadata.name.endsWith("-extra")),
};
for (var k in serverAssets) if (serverAssets[k]) return serverAssets;
// If no assets exist, return nothing