[FEATURE] Adjust server control
This commit is contained in:
parent
7348b07352
commit
62c966a6bd
8 changed files with 109 additions and 57 deletions
|
@ -10,6 +10,7 @@ const kc = new k8s.KubeConfig();
|
|||
kc.loadFromDefault();
|
||||
|
||||
const k8sMetrics = new k8s.Metrics(kc);
|
||||
const k8sDeps = kc.makeApiClient(k8s.AppsV1Api);
|
||||
const namespace = process.env.MCL_SERVER_NAMESPACE;
|
||||
|
||||
// Gets the all assets for the server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue