You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/in-process-adapters/README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
The following examples demonstrate how to configure and deploy the Lightstreamer Helm chart with with in-process Adapter Sets.
4
4
5
+
## Sample Adapter Set project
6
+
5
7
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.
6
8
7
9
Here the project structure:
@@ -10,7 +12,7 @@ Here the project structure:
10
12
11
13
## Example 1. Embed Adapters in the Docker image
12
14
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.
14
16
15
17
To make it easy using a custom container image, a _minikube_ local cluster will be used to deploy the Helm chart.
16
18
@@ -65,6 +67,9 @@ To deploy the
65
67
66
68
## Example 2. Deploy Adapters to a persistent storage
67
69
70
+
The in-process Adapters will deployed to a persistent storage by using Kubernetes volume.
0 commit comments