Kubernetes integration (#80)

* chore(): skaffold

* chore(): kubernetes integration

* chore(skaffold): refine shokohsc profile

* chore(): removed docker & kubernetes from database + stoppedApp pin option

* Revert "chore(): removed docker & kubernetes from database + stoppedApp pin option"

This reverts commit 5111c7ad79.
This commit is contained in:
Dimitri Pommier
2021-08-17 10:32:15 +02:00
committed by GitHub
parent c1b61f9cd9
commit 8681f75bab
24 changed files with 5567 additions and 89 deletions

View File

@@ -10,11 +10,13 @@
"dev-init": "npm run init-server && npm run init-client",
"dev-server": "nodemon server.js",
"dev-client": "npm start --prefix client",
"dev": "concurrently \"npm run dev-server\" \"npm run dev-client\""
"dev": "concurrently \"npm run dev-server\" \"npm run dev-client\"",
"skaffold": "concurrently \"npm run init-client\" \"npm run dev-server\""
},
"author": "",
"license": "ISC",
"dependencies": {
"@kubernetes/client-node": "^0.15.0",
"@types/express": "^4.17.11",
"axios": "^0.21.1",
"colors": "^1.4.0",