6 references to MilvusPortGrpc
Aspire.Hosting.Milvus.Tests (6)
AddMilvusTests.cs (6)
38Assert.Equal(MilvusPortGrpc, endpoint.TargetPort); 68Assert.Equal(MilvusPortGrpc, endpoint.TargetPort); 83.WithEndpoint("grpc", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", MilvusPortGrpc)); 101e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", MilvusPortGrpc); 103snapshot.SetValue(new AllocatedEndpoint(e, "my-milvus.dev.internal", MilvusPortGrpc, EndpointBindingMode.SingleAddress, targetPortExpression: null, networkID: KnownNetworkIdentifiers.DefaultAspireContainerNetwork)); 198Assert.Equal(MilvusPortGrpc, grpcEndpoint.TargetPort);