File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed
oci-devops-deploy-instances-with-blue-green-model
oci-devops-deploy-instances-with-canary
oci-devops-deploy-with-blue-green-model
oci-devops-deploy-with-canary-model-oke Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -349,6 +349,9 @@ freeformTags.key = 'environment' && freeformTags.value = 'green'
349
349
350
350
![ ] ( images/oci-build-trigger-deploy-2.png )
351
351
352
+ Let's Test
353
+ -------
354
+
352
355
- Go back to build pipeline and do click ` Start manual run ` .
353
356
354
357
![ ] ( images/oci-build-run-1.png )
Original file line number Diff line number Diff line change @@ -363,6 +363,10 @@ freeformTags.key = 'environment' && freeformTags.value = 'canary'
363
363
364
364
![ ] ( images/oci-build-trigger-deploy-2.png )
365
365
366
+
367
+ Let's Test
368
+ -------
369
+
366
370
- Go back to build pipeline and do click ` Start manual run ` .
367
371
368
372
![ ] ( images/oci-build-run-1.png )
Original file line number Diff line number Diff line change @@ -290,6 +290,11 @@ def read_root():
290
290
return {"Message": "with Love from OCI Devops ","Version":version,"Namespace":namespace}
291
291
```
292
292
293
+
294
+ Let's Test
295
+ -------
296
+
297
+
293
298
- Go back to build pipeline and do click ` Start manual run ` .
294
299
295
300
![ ] ( images/oci-build-run-1.png )
Original file line number Diff line number Diff line change @@ -243,6 +243,10 @@ kubectl get svc -n ingress-nginx
243
243
kubectl create ns nscanaryprd;kubectl create ns nscanarystage;
244
244
```
245
245
246
+ Let's Test
247
+ -------
248
+
249
+
246
250
- Go back to build pipeline and do click ` Start manual run ` .
247
251
248
252
![ ] ( images/oci-build-run-1.png )
You can’t perform that action at this time.
0 commit comments