mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
test: fix liveness pod
This commit is contained in:
parent
533daf6624
commit
ace8fd945d
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ metadata:
|
|||
spec:
|
||||
containers:
|
||||
- args:
|
||||
- /server
|
||||
image: {{.LivenessImage}}
|
||||
- liveness
|
||||
image: {{.AgnhostImage}}
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
|
|
|
|||
Loading…
Reference in a new issue