Skip to content

Commit 3a89d58

Browse files
committed
Fix formatting issues and enhance clarity in README.md for in-process Adapters examples
1 parent 48d0e08 commit 3a89d58

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/in-process-adapters/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
The following examples demonstrate how to configure and deploy the Lightstreamer Helm chart with with in-process Adapter Sets.
44

5+
## Sample Adapter Set project
6+
57
The [`example-adapter-set`](example-adapter-set/) set folder contains a _gradle_ project for building a sample Adapter Set, with the purpose to illustrate the available provisioning and configuration options.
68

79
Here the project structure:
@@ -10,7 +12,7 @@ Here the project structure:
1012

1113
## Example 1. Embed Adapters in the Docker image
1214

13-
The in-process Adapters will be embedded into the Docker image, which will be then references from the Helm Chart values
15+
The in-process Adapters will be embedded into the Docker image, which will be then references from the Helm Chart values.
1416

1517
To make it easy using a custom container image, a _minikube_ local cluster will be used to deploy the Helm chart.
1618

@@ -65,6 +67,9 @@ To deploy the
6567

6668
## Example 2. Deploy Adapters to a persistent storage
6769

70+
The in-process Adapters will deployed to a persistent storage by using Kubernetes volume.
71+
72+
1.
6873

6974
## Configuration
7075

0 commit comments

Comments
 (0)