mirror of https://github.com/k3s-io/k3s
Add back the original liveness check timeout.
parent
88d8628137
commit
2fce972762
|
@ -223,6 +223,7 @@ var _ = framework.KubeDescribe("Probing container", func() {
|
|||
},
|
||||
},
|
||||
InitialDelaySeconds: 15,
|
||||
TimeoutSeconds: 5,
|
||||
FailureThreshold: 1,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue