Merge pull request #20732 from vishh/18704
Bump up liveness probe timeout for Conformance test
This commit is contained in:
@@ -773,7 +773,8 @@ var _ = Describe("Pods", func() {
|
|||||||
Port: intstr.FromInt(8080),
|
Port: intstr.FromInt(8080),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
InitialDelaySeconds: 30,
|
InitialDelaySeconds: 15,
|
||||||
|
TimeoutSeconds: 10,
|
||||||
FailureThreshold: 1,
|
FailureThreshold: 1,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user