mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Bump up liveness probe initial delay for Conformance test "should *not* be restarted with a /healthz http liveness probe"
Signed-off-by: Vishnu kannan <vishnuk@google.com>
This commit is contained in:
parent
87fbfdc953
commit
01834449f0
@ -693,7 +693,8 @@ var _ = Describe("Pods", func() {
|
|||||||
Port: intstr.FromInt(8080),
|
Port: intstr.FromInt(8080),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
InitialDelaySeconds: 30,
|
InitialDelaySeconds: 15,
|
||||||
|
TimeoutSeconds: 10,
|
||||||
FailureThreshold: 1,
|
FailureThreshold: 1,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user