diff --git a/storage/onpremise/activemq/README.md b/storage/onpremise/activemq/README.md index 2a69c922a..a973552c1 100644 --- a/storage/onpremise/activemq/README.md +++ b/storage/onpremise/activemq/README.md @@ -58,7 +58,7 @@ No modules. | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| -| [activemq](#input\_activemq) | Parameters of ActiveMQ |
object({
image = string
tag = string
node_selector = any
image_pull_secrets = string
})
| n/a | yes | +| [activemq](#input\_activemq) | Parameters of ActiveMQ |
object({
image = string
tag = string
node_selector = any
image_pull_secrets = string
limits = optional(map(string))
requests = optional(map(string))
activemq_opts_memory = optional(string)
})
| n/a | yes | | [adapter\_absolute\_path](#input\_adapter\_absolute\_path) | The adapter's absolut path | `string` | `"/adapters/queue/amqp/ArmoniK.Core.Adapters.Amqp.dll"` | no | | [adapter\_class\_name](#input\_adapter\_class\_name) | Name of the adapter's class | `string` | `"ArmoniK.Core.Adapters.Amqp.QueueBuilder"` | no | | [namespace](#input\_namespace) | Namespace of ArmoniK storage resources | `string` | n/a | yes |