Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Oct 16, 2023
1 parent a25d191 commit 777a845
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions documentation/modules/ROOT/pages/03-bluegreen-rollout.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,15 @@ include::ROOT:example$bluegreen/base/services.yaml[]
----

In the services we define two services, an active service and a preview service. The active service is the service that users of the application will be
interacting with, the preview service would be used to access the new version of the application for testing purposes. Argo Rollouts manages the traffic between
the services by managing the `.spec.selector`.
interacting with, the preview service would be used to access the new version of the application for testing purposes. As per the .link:https://argo-rollouts.readthedocs.io/en/stable/features/bluegreen/#overview[documentation,window='_blank'],
Argo Rollouts automatically manages the traffic between the services by managing the `.spec.selector`.

A detailed breakdown of the process is also provided in the Argo Rollout documentation .link:https://argo-rollouts.readthedocs.io/en/stable/features/bluegreen/#sequence-of-events[here, window='_blank'].

.link:https://github.com/OpenShiftDemos/argo-rollouts-workshop/blob/main/documentation/modules/ROOT/examples/bluegreen/base/routes.yaml[./bluegreen/base/routes.yaml,window='_blank']
[source,yaml,subs="+macros,attributes+"]
----
include::ROOT:example$bluegreen/base/routes.yaml[]
----

Finally note that we have two route objects for active and preview with each tied to their respective service.
Finally we have two Route objects for active and preview with each tied to their respective service.

0 comments on commit 777a845

Please sign in to comment.