Commit 4a56b0cf authored by kewei.jia's avatar kewei.jia

更新服务时设置Redis的值

parent 19fca1e6
......@@ -560,7 +560,7 @@ export default {
})
},
restartService(data) {
redeployClusterService({ namespace: this.namespace, podName: data.podName }).then(res => {
redeployClusterService({ namespace: this.namespace, podName: data.podName, serviceName: data.serviceName }).then(res => {
this.$message({
type: 'success',
message: '服务重部署成功!'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment