update image reference

pull/45837/head
James Spurin 2024-04-11 18:40:56 +01:00
parent 4aa2c8e081
commit b8c079794a
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ liveness-exec 1/1 Running 1 1m
## Define a liveness HTTP request
Another kind of liveness probe uses an HTTP GET request. Here is the configuration
file for a Pod that runs a container based on the `registry.k8s.io/liveness` image.
file for a Pod that runs a container based on the `registry.k8s.io/e2e-test-images/agnhost:2.40` image.
{{% code_sample file="pods/probe/http-liveness.yaml" %}}