IBM DataPower Operations Dashboard v1.0.23.x
Messaging (v1beta1)
Configuration of the DPOD Cloud Agent Messaging component.
.messaging
Property | Description | Type | Required | Default |
---|---|---|---|---|
Configuration of the messaging certificates. | Object (Certificates) | No | None | |
containers | Configuration of the messaging containers. | Object | No | None |
externalHost | The external host for accessing the messaging bootstrap service from outside the cluster. | String | Yes | None |
brokersExternalHosts | The external hosts for direct access to each of the messaging broker services from outside the cluster. These hosts will be published by the messaging brokers. The number of hosts should match the number of | Array of Strings | No | The value of |
externalPortStart | The starting external port for accessing the messaging bootstrap service from outside the cluster. | Number | No | 30100 |
brokersExternalPorts | The external ports for direct access to each of the messaging broker services from outside the cluster. The number of ports should match the number of | Array of Numbers | No | The value of |
imagePullSecrets | The list of image pull secrets, containing docker registry credentials. | Array of Strings | No | None |
incomingTrafficMethod | The method of exposing the messaging to incoming traffic from outside the cluster. Available options are: | String | No | NodePort |
incomingTrafficPortStart | The starting port for exposing the messaging bootstrap service to incoming traffic from outside the cluster (when | Number | No | The value of |
brokersIncomingTrafficPorts | The ports for exposing each of the messaging broker services to incoming traffic from outside the cluster (when | Array of Numbers | No | the value of |
Annotations to update or add to the messaging pods. | Array of Annotations | No | None | |
Labels to update or add to the messaging pods. | Array of Labels | No | None | |
replicas | The number of the messaging pods in the StatefulSet. | Number | No | 1 |
storage | The configuration of the storage. | Object | Yes | None |
.messaging.containers
Property | Description | Type | Required | Default |
---|---|---|---|---|
Configuration of the | Object (Container) | No | None |
.messaging.storage
Property | Description | Type | Required | Default |
---|---|---|---|---|
className | The storage class name (required when type is | String | Yes | None |
keepClaims | Whether to keep unused claims (when type is | Boolean | No | None |
selector | The storage label selector (when type is | Object (LabelSelector) | No | None |
size | The storage size in bytes. Minimum is 1Gi. | String | No | 1Gi |
type | The storage type. Currently only | String | No | PersistentClaim |
Related content
Copyright © 2015 MonTier Software (2015) Ltd.