diff --git a/registry/memory/cache.go b/registry/memory/cache.go index 75faf897a..9da200c6e 100644 --- a/registry/memory/cache.go +++ b/registry/memory/cache.go @@ -101,9 +101,10 @@ func (s *store) GetAllConfigs(kind config.GroupVersionKind) map[string]*config.C wasmPlugin := &extensions.WasmPlugin{ ImagePullPolicy: extensions.PullPolicy_Always, Phase: extensions.PluginPhase_UNSPECIFIED_PHASE, - Priority: &wrapperspb.Int32Value{Value: 30}, + Priority: &wrapperspb.Int32Value{Value: 999}, PluginConfig: pbs, Url: higressconfig.McpServerWasmImageUrl, + FailStrategy: extensions.FailStrategy_FAIL_OPEN, } return map[string]*config.Config{"wasm": &config.Config{