Skip to content

Commit 4aa2c8e

Browse files
committed
switch liveness image to multi-arch agnhost
1 parent 524a513 commit 4aa2c8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/examples/pods/probe/http-liveness.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ metadata:
77
spec:
88
containers:
99
- name: liveness
10-
image: registry.k8s.io/liveness
10+
image: registry.k8s.io/e2e-test-images/agnhost:2.40
1111
args:
12-
- /server
12+
- liveness
1313
livenessProbe:
1414
httpGet:
1515
path: /healthz

0 commit comments

Comments
 (0)