Skip to content

Commit 998da93

Browse files
committed
removing demo-script
1 parent 6c8521f commit 998da93

File tree

4 files changed

+3
-15
lines changed

4 files changed

+3
-15
lines changed

content/patterns/travelops/_index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ include::modules/trvlops-architecture.adoc[leveloffset=+1]
3030
[id="next-steps_trvlops-index"]
3131
== Next steps
3232

33-
* link:getting-started[Deploy the Pattern] using Helm.
33+
* link:getting-started[Deploy the Pattern].
3434

content/patterns/travelops/demo-script.adoc

Lines changed: 0 additions & 12 deletions
This file was deleted.

modules/trvlops-about.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Based on the requirements of a specific implementation, certain details might di
1717

1818
Background::
1919

20-
The {trvlops-pattern} deployed using OpenShift GitOps and is comprised of Red Hat Service Mesh (RHSM), Kiali for the Service Mesh console, Jaeger for distributed tracing, and elasticsearch for logging and analytics. The application deployed is from the Kiali traveldemo tutorial. This pattern isn't as much about the demo as it is about the capabilities that are enabled with a few simple configurations. Service Mesh's are being incorporated across multiple platforms to provide secure communications between services.
20+
The {trvlops-pattern} deployed using OpenShift GitOps and is comprised of Red Hat Service Mesh (RHSM), Kiali for the Service Mesh console, Jaeger for distributed tracing, and elasticsearch for logging and analytics. The application deployed is from the link:https://kiali.io/docs/tutorials/travels/[Kiali traveldemo]tutorial. This pattern is not as much about the demo as it is about the capabilities that are enabled with a few simple configurations. Service Mesh's are being incorporated across multiple platforms to provide secure communications between services.
2121

2222
//In this pattern we implement Mutual TLS (mTLS) which is completed per namespace. To enable a namespace in the mesh you must add the namespace to the list under `serviceMeshMemberNamespaces` in `values-travelops.yaml`. This will create a Service Mesh Member (SMM) resource, which tells the Service Mesh that resources in the namespace are authorized in the mesh.
2323

modules/trvlops-deploying.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ image:travelops/ossm-kiali-db-arrows.png[Kiali Dashboard,link="/images/travelops
236236
[id="review-travelops-agency-svc"]
237237
== Review Travel Agency Application Graph
238238

239-
In the Kiali dashboard we can see how all of the various components interact with each other within the service mesh. Just to get a glimpse of what we are able to see let's take a look at the applications and services in the `travel-agency` namespace.
239+
In the Kiali dashboard you can see how all of the various components interact with each other within the service mesh. Just to get a glimpse of what we are able to see let's take a look at the applications and services in the `travel-agency` namespace.
240240

241241
In the left hand menu:
242242

0 commit comments

Comments
 (0)