mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
test: fix liveness pod
This commit is contained in:
parent
533daf6624
commit
ace8fd945d
@ -7,8 +7,8 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- args:
|
- args:
|
||||||
- /server
|
- liveness
|
||||||
image: {{.LivenessImage}}
|
image: {{.AgnhostImage}}
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /healthz
|
path: /healthz
|
||||||
|
Loading…
Reference in New Issue
Block a user