A Kubernetes deployment of Apache ActiveMQ.
This chart is meant to be used with the Alfresco Infrastructure chart.
Please check the Anaxes Shipyard documentation on running a cluster.
Note that this chart is meant to be used with the Alfresco Infrastructure chart and expects a persistent volume claim to be available, specified by the persistence.existingClaim
value.
The following table lists some of the more important configurable parameters of the chart and their default values.
Parameter | Description | Default |
---|---|---|
adminUser.username |
The admin user username | admin |
adminUser.password |
The admin user password | admin |
resources.requests.memory |
The minimum memory for the broker | 512Mi |
resources.limits.memory |
The maximum memory for the broker | 2048Mi |
persistence.existingClaim |
The name of the persistent volume claim to use | alfresco-volume-claim |
nameOverride |
An overriding name for the deployment and broker name | null |