re-organize files + setup more orchestration logic

This commit is contained in:
Ishaan Dey
2024-05-12 02:10:31 -07:00
parent e699028096
commit 18aca540cc
9 changed files with 848 additions and 780 deletions

View File

@ -19,8 +19,7 @@ app.use(express.json())
dotenv.config()
const corsOptions = {
origin: 'http://localhost:3000',
// origin: 'https://s.ishaand.com',
origin: ['http://localhost:3000', 'https://s.ishaand.com', 'http://localhost:4000'],
}
const kubeconfig = new KubeConfig()