We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d135e commit a7ebe58Copy full SHA for a7ebe58
kubernetes/2-controllers/deployments/deployment-ex3.yml
@@ -4,7 +4,7 @@ metadata:
4
name: kubeserve
5
spec:
6
replicas: 10
7
- minReadySeconds: 45 # wait for 10 sec before pod is ready going to next
+ minReadySeconds: 10 # wait for 10 sec before pod is ready going to next
8
strategy:
9
type: RollingUpdate
10
rollingUpdate:
0 commit comments