🔥 Delete the ui directory and deploy kubeshark/front in a pod named front (#1246)

* Remove the `ui` directory

* Deploy the UI in a separate pod named `front`

* Fix the port number

* Fix the port forwarding

* Call `postFrontStarted` only after `kubeshark-api-server` and `front` are ready

* Fix linter

* Fix `yaml` comments
This commit is contained in:
M. Mert Yildiran
2022-11-23 13:13:04 -08:00
committed by GitHub
parent 2a35abd4e0
commit 8c97c4a120
201 changed files with 309 additions and 69752 deletions

View File

@@ -101,26 +101,3 @@ jobs:
with:
version: latest
working-directory: logger
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- uses: actions/setup-node@v2
with:
node-version: 16
- name: Install dependencies
run: |
sudo npm install -g eslint
cd ui
npm i
- name: Lint
run: |
cd ui
npm run eslint