1 write to Ports
Aspire.Hosting (1)
Dcp\ApplicationExecutor.cs (1)
1599
dcpContainerResource.Spec.
Ports
= new();
3 references to Ports
Aspire.Hosting (3)
Dcp\ApplicationExecutor.cs (3)
639
if (container.Spec.
Ports
is null)
645
foreach (var port in container.Spec.
Ports
)
1623
dcpContainerResource.Spec.
Ports
.Add(portSpec);