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 cc98b92 commit fb8466cCopy full SHA for fb8466c
pkg/epp/controller/inferencepool_reconciler_test.go
@@ -218,10 +218,11 @@ func TestXInferencePoolReconciler(t *testing.T) {
218
Version: v1alpha2.GroupVersion.Version,
219
Kind: "InferencePool",
220
}
221
+ //TODO: change targetport to 8080
222
pool1 := utiltest.MakeXInferencePool("pool1").
223
Namespace("pool1-ns").
224
Selector(selector_v1).
- TargetPortNumber(8080).ObjRef()
225
+ TargetPortNumber(0).ObjRef()
226
pool2 := utiltest.MakeXInferencePool("pool2").Namespace("pool2-ns").ObjRef()
227
pool1.SetGroupVersionKind(gvk)
228
pool2.SetGroupVersionKind(gvk)
0 commit comments