IBM DataPower Operations Dashboard v1.0.19.0
A newer version of this product documentation is available.
You are viewing an older version. View latest at IBM DPOD Documentation.
Messaging (v1beta1)
Configuration of the DPOD Cloud Agent Messaging component.
.messaging
Property | Description | Type | Required | Default |
---|---|---|---|---|
containers | Configuration of the messaging containers. | Object | No | None |
externalHost | The external host for accessing the messaging from outside the cluster. | String | Yes | None |
externalPortStart | The starting external port for accessing the messaging from outside the cluster. The bootstrap endpoint will use this port, and each messaging broker will use a consecutive port. | Number | No | 30100 |
imagePullSecrets | The list of image pull secrets, containing docker registry credentials. | Array of string | 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 to incoming traffic from outside the cluster (when | Number | No | The value of |
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 | Label Selector | No | None |
size | The storage size in bytes. Minimum is 1Gi. | String | No | 1Gi |
type | The storage type. Currently only | String | No | PersistentClaim |
Copyright © 2015 MonTier Software (2015) Ltd.