mirror of
https://github.com/1Panel-dev/KubePi.git
synced 2025-11-01 19:12:43 +08:00
feat(terminal): 支持访问pod中的terminal
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user