[FEATURE] Extra Port implimentation
This commit is contained in:
parent
2884709bb1
commit
6270c5e421
8 changed files with 82 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue