12 references to Liveness
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceWebsiteContext.cs (1)
316.OrderBy(probeAnnotation => probeAnnotation.Type == ProbeType.Liveness ? 0 : 1)
Aspire.Hosting.Azure.Tests (7)
AzureAppServiceTests.cs (1)
379.WithHttpProbe(ProbeType.Liveness, "/health");
AzureContainerAppsTests.cs (6)
1831.WithHttpProbe(ProbeType.Liveness, "/health"); 1837.WithHttpProbe(ProbeType.Liveness, "/health"); 1872.WithHttpProbe(ProbeType.Liveness, "/health"); 1877.WithHttpProbe(ProbeType.Liveness, "/health"); 1912.WithHttpProbe(ProbeType.Liveness, "/health"); 1917.WithHttpProbe(ProbeType.Liveness, "/health");
Aspire.Hosting.Kubernetes (1)
Extensions\ResourceExtensions.cs (1)
367case ProbeType.Liveness:
Aspire.Hosting.Kubernetes.Tests (2)
KubernetesPublisherTests.cs (2)
241.WithHttpProbe(ProbeType.Liveness, "/health"); 247.WithHttpProbe(ProbeType.Liveness, "/health");
Aspire.Hosting.Tests (1)
ResourceWithProbeTests.cs (1)
49resource.WithHttpProbe(ProbeType.Liveness, "/health", endpointName: endpointName);