Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Nov 22, 2023
1 parent a669bb8 commit 490e786
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Hawtio-Enabled Application Examples for Hawtio Online

[![Build](https://github.com/hawtio/hawtio-online-examples/actions/workflows/build.yml/badge.svg)](https://github.com/hawtio/hawtio-online-examples/actions/workflows/build.yml)

[Hawtio Online](https://github.com/hawtio/hawtio-online) requires applications to be "hawtio-enabled" in order to get detected on OpenShift/Kubernetes. To make them hawtio-enabled, the application containers need to have a configured port named `jolokia` and that exposes the [Jolokia](https://jolokia.org/) API.

This repository provides a collection of examples that demonstrate how you can make an application hawtio-enabled.

## Examples

| Example | Description |
| ------- | ----------- |
| [Camel Quarkus](./camel-quarkus/) | A simple Camel Quarkus application example. |
| [Camel Spring Boot](./camel-springboot/) | A simple Camel Spring Boot application example. |

0 comments on commit 490e786

Please sign in to comment.