12 references to Liveness
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceWebsiteContext.cs (1)
373
.OrderBy(probeAnnotation => probeAnnotation.Type == ProbeType.
Liveness
? 0 : 1)
Aspire.Hosting.Azure.Tests (7)
AzureAppServiceTests.cs (1)
383
.WithHttpProbe(ProbeType.
Liveness
, "/health");
AzureContainerAppsTests.cs (6)
1853
.WithHttpProbe(ProbeType.
Liveness
, "/health");
1859
.WithHttpProbe(ProbeType.
Liveness
, "/health");
1894
.WithHttpProbe(ProbeType.
Liveness
, "/health");
1899
.WithHttpProbe(ProbeType.
Liveness
, "/health");
1934
.WithHttpProbe(ProbeType.
Liveness
, "/health");
1939
.WithHttpProbe(ProbeType.
Liveness
, "/health");
Aspire.Hosting.Kubernetes (1)
Extensions\ResourceExtensions.cs (1)
367
case ProbeType.
Liveness
:
Aspire.Hosting.Kubernetes.Tests (2)
KubernetesPublisherTests.cs (2)
243
.WithHttpProbe(ProbeType.
Liveness
, "/health");
249
.WithHttpProbe(ProbeType.
Liveness
, "/health");
Aspire.Hosting.Tests (1)
ResourceWithProbeTests.cs (1)
49
resource.WithHttpProbe(ProbeType.
Liveness
, "/health", endpointName: endpointName);