mirror of
https://github.com/alibaba/higress.git
synced 2026-04-21 20:17:29 +08:00
fix: change auto generate se namespace to mcp (#2398)
This commit is contained in:
@@ -377,7 +377,7 @@ func (w *watcher) processServerConfig(dataId string, services *model.Service, mc
|
||||
Meta: config.Meta{
|
||||
GroupVersionKind: gvk.ServiceEntry,
|
||||
Name: fmt.Sprintf("%s-%s", provider.IstioMcpAutoGeneratedSeName, strings.TrimSuffix(dataId, ".json")),
|
||||
Namespace: w.namespace,
|
||||
Namespace: "mcp",
|
||||
},
|
||||
Spec: serviceEntry,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user