We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5db9c9 commit 25f02c8Copy full SHA for 25f02c8
rollout.yaml
@@ -16,7 +16,7 @@ spec:
16
spec:
17
containers:
18
- name: webserver-simple
19
- image: kostiscodefresh/summer-of-k8s-app:v2
+ image: kostiscodefresh/summer-of-k8s-app:v3
20
imagePullPolicy: Always
21
ports:
22
- containerPort: 8080
@@ -30,8 +30,8 @@ spec:
30
- summer-k8s-mapping
31
steps:
32
- setWeight: 30
33
- - pause: {}
+ - pause: {duration: 30s}
34
- setWeight: 60
35
36
- setWeight: 100
37
0 commit comments