1 write to AddressAllocationMode
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
734svc.Spec.AddressAllocationMode = endpoint.IsProxied ? AddressAllocationModes.Localhost : AddressAllocationModes.Proxyless;
1 reference to AddressAllocationMode
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
582.Where(sr => !sr.Service.HasCompleteAddress && sr.Service.Spec.AddressAllocationMode != AddressAllocationModes.Proxyless)