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