Skip to content

Commit

Permalink
chore: Update diagram image
Browse files Browse the repository at this point in the history
Do not use transparent background as it displays weird in browser dark mode
  • Loading branch information
christophd committed Aug 24, 2023
1 parent 892085c commit d6846bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified docs/Diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ instruct the operator to deploy a broker according to the configuration.
You need to create the `event-streaming-messaging-broker` project from the OpenShift web console or by executing the command `oc new-project event-streaming-messaging-broker` on a terminal window.

Now, we can go to the OpenShift 4.x WebConsole page, use the OperatorHub menu item on the left hand side menu and use it to find and install **"Red Hat Integration - AMQ Broker"**.
This will install the operator and may take a couple minutes to install.
This will install the operator and may take a couple of minutes to install.

### Installing OpenShift Serverless

Expand Down Expand Up @@ -89,7 +89,7 @@ The system consumes data from sources such as OpenAQ API (an open API that is us
USGS Earthquake Hazards Program, etc to consume data about hazards and present information about them and warn the user
when certain incidents happen.

![Diagram](https://raw.githubusercontent.com/openshift-integration/camel-k-example-event-streaming/master/docs/Diagram.png)
![Diagram](https://raw.githubusercontent.com/openshift-integration/camel-k-example-event-streaming/main/docs/Diagram.png)

## 1. Creating the AMQ Streams Cluster

Expand Down

0 comments on commit d6846bf

Please sign in to comment.