From 490e78681aa9ccc308135980df4998d98a9d7907 Mon Sep 17 00:00:00 2001 From: Tadayoshi Sato Date: Wed, 22 Nov 2023 22:10:56 +0900 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a8a1ab8..e2c4f5c 100644 --- a/README.md +++ b/README.md @@ -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. |