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: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ Helm is configured properly if the command `helm version` returns no error.
84
84
```
85
85
- By default the publicly available [latest Docker image of PubSub+ Software Event Broker Standard Edition](https://hub.Docker.com/r/solace/solace-pubsub-standard/tags/) will be used. Specify a different image or [use a Docker image from a private registry](/docs/PubSubPlusK8SDeployment.md#using-private-registries) if required. If using a non-default image, add the `--set image.repository=<your-image-location>,image.tag=<your-image-tag>` values to the commands below.
86
86
- Generally, for configuration options and ways to override default configuration values (using `--set` is one the options), consult the [PubSub+ Software Event Broker Helm Chart Reference](/pubsubplus/README.md#configuration).
87
-
- Use one of the following chart variants to create a deployment:
87
+
- Use one of the following chart variants to create a deployment:
88
88
89
89
a) Create a Solace PubSub+ Software Event Broker deployment for development purposes using `pubsubplus-dev`. It requires a minimum of 1 CPU and 2 GB of memory available to the event broker pod.
90
90
```bash
@@ -118,7 +118,7 @@ Refer to the detailed PubSub+ Kubernetes documentation for:
118
118
119
119
## Support
120
120
121
-
Releases are ON Demand. Solace provides full support for the latest Helm Chart and technical support for an additional six months.
121
+
Releases are ON Demand. Solace provides full support for the latest Helm Chart and technical support for an additional six months.
122
122
123
123
Refer [Technical Product Support | Solace](https://solace.com/legal/technical-product-support/) for support terminologies.
A gray check mark shows the broker deployment using helm chart is supported but not fully tested on the specific kubernetes distribution. In addition, there may be known issues or additional work required to deploy event broker services on the Kubernetes cluster.
133
133
134
134
| Kubernetes Distribution | Minimum Recommended Pubsub+ Event Broker Version | Supported |
@@ -160,4 +160,4 @@ For more information about Solace technology in general please visit these resou
160
160
161
161
- The Solace Developer Portal website at: [solace.dev](//solace.dev/)
Copy file name to clipboardExpand all lines: pubsubplus/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,4 +115,4 @@ For more ways to override default chart values, refer to [Customizing the Helm C
115
115
|`storage.useStorageGroup`|`true` to use a single mount point storage-group, as recommended from PubSub+ version 9.12. Undefined or `false` is legacy behavior. Note: legacy mount still works for newer versions but may be deprecated in the future. | Undefined |
116
116
117
117
## Configuring Insights
118
-
To configure Insights, please see [INSIGHTS.md](INSIGHTS.md).
118
+
To configure Insights, please see [INSIGHTS.md](INSIGHTS.md).
0 commit comments