IBM DataPower Operations Dashboard v1.0.22.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 from outside the cluster. The bootstrap endpoint will use this host, and each messaging broker will use a consecutive host name with its number at the end of the first part of the FQDN. | 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 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 to incoming traffic from outside the cluster (when | Number | 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 |
Copyright © 2015 MonTier Software (2015) Ltd.