Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# servicemeshoperator3
# redhat-openshift-servicemesh-3

Red Hat OpenShift Service Mesh is a platform that provides behavioral insight and operational control over a service mesh, providing a uniform way to connect, secure, and monitor microservice applications.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ The current *overlays* available are:
If you have cloned the `gitops-catalog` repository, you can install Istio by running from the root `gitops-catalog` directory

```
oc apply -k servicemeshoperator3/instance/overlays/<version>
oc apply -k redhat-openshift-servicemesh-3/instance/overlays/<version>
```

Or, without cloning:

```
oc apply -k https://github.com/redhat-cop/gitops-catalog/servicemeshoperator3/instance/overlays/<version>
oc apply -k https://github.com/redhat-cop/gitops-catalog/redhat-openshift-servicemesh-3/instance/overlays/<version>
```

As part of a different overlay in your own GitOps repo:
Expand All @@ -47,5 +47,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- github.com/redhat-cop/gitops-catalog/servicemeshoperator3/instance/overlays/<version>?ref=main
- github.com/redhat-cop/gitops-catalog/redhat-openshift-servicemesh-3/instance/overlays/<version>?ref=main
```
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ The current *overlays* available are:
If you have cloned the `gitops-catalog` repository, you can install observability components by running from the root `gitops-catalog` directory

```
oc apply -k servicemeshoperator3/observability/overlays/default
oc apply -k redhat-openshift-servicemesh-3/observability/overlays/default
```

Or, without cloning:

```
oc apply -k https://github.com/redhat-cop/gitops-catalog/servicemeshoperator3/observability/overlays/default
oc apply -k https://github.com/redhat-cop/gitops-catalog/redhat-openshift-servicemesh-3/observability/overlays/default
```

As part of a different overlay in your own GitOps repo:
Expand All @@ -40,7 +40,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- github.com/redhat-cop/gitops-catalog/servicemeshoperator3/observability/overlays/default?ref=main
- github.com/redhat-cop/gitops-catalog/redhat-openshift-servicemesh-3/observability/overlays/default?ref=main
```

## Monitoring Additional Namespaces
Expand All @@ -56,5 +56,5 @@ kind: Kustomization
namespace: my-app-namespace

components:
- github.com/redhat-cop/gitops-catalog/servicemeshoperator3/observability/components/namespace-monitor?ref=main
- github.com/redhat-cop/gitops-catalog/redhat-openshift-servicemesh-3/observability/components/namespace-monitor?ref=main
```