We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7017178 commit 3e9690dCopy full SHA for 3e9690d
pkg/epp/controller/inferencepool_reconciler_test.go
@@ -216,10 +216,11 @@ func TestXInferencePoolReconciler(t *testing.T) {
216
Version: v1alpha2.GroupVersion.Version,
217
Kind: "InferencePool",
218
}
219
+ //TODO: change targetport to 8080
220
pool1 := utiltest.MakeXInferencePool("pool1").
221
Namespace("pool1-ns").
222
Selector(selector_v1).
- TargetPortNumber(8080).ObjRef()
223
+ TargetPortNumber(0).ObjRef()
224
pool2 := utiltest.MakeXInferencePool("pool2").Namespace("pool2-ns").ObjRef()
225
pool1.SetGroupVersionKind(gvk)
226
pool2.SetGroupVersionKind(gvk)
0 commit comments