mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-07 13:32:29 +00:00
🔥 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:
23
.github/workflows/linter.yml
vendored
23
.github/workflows/linter.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user