feat(terminal): 支持访问pod中的terminal

This commit is contained in:
chenyang
2021-07-29 16:56:41 +08:00
parent 846f6b37c3
commit 1ba4fc44b7
24 changed files with 254 additions and 209 deletions

View File

@@ -17,15 +17,19 @@ module.exports = {
proxy: {
'/proxy': {
target: 'http://0.0.0.0:2019',
ws: true,
secure: false,
},
'/api': {
target: 'http://0.0.0.0:2019',
ws: true,
secure: false,
},
'/dashboard': {
target: 'http://0.0.0.0:4400',
},
'/terminal': {
target: 'http://0.0.0.0:4200',
}
}
},
configureWebpack: {