This message was deleted.
# dotnet
s
This message was deleted.
f
I have found out that I don't have to create this resource. Instead I can configure this in the deployment spec with:
ReadinessProbe = new ProbeArgs
{
HttpGet = new HTTPGetActionArgs
{
Path = "/healthz",
Port = 80
}
}