Skip to content

Commit 25f02c8

Browse files
author
Lara Aasem
committed
Update version and pauses
1 parent c5db9c9 commit 25f02c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rollout.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: webserver-simple
19-
image: kostiscodefresh/summer-of-k8s-app:v2
19+
image: kostiscodefresh/summer-of-k8s-app:v3
2020
imagePullPolicy: Always
2121
ports:
2222
- containerPort: 8080
@@ -30,8 +30,8 @@ spec:
3030
- summer-k8s-mapping
3131
steps:
3232
- setWeight: 30
33-
- pause: {}
33+
- pause: {duration: 30s}
3434
- setWeight: 60
35-
- pause: {}
35+
- pause: {duration: 30s}
3636
- setWeight: 100
37-
- pause: {}
37+
- pause: {duration: 30s}

0 commit comments

Comments
 (0)