IBM DataPower Operations Dashboard v1.0.20.x

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

Property

Description

Type

Required

Default

certificates

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.

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: Custom, NodePort.

String

No

NodePort

incomingTrafficPortStart

The starting port for exposing the messaging to incoming traffic from outside the cluster (when incomingTrafficMethod is NodePort). The bootstrap endpoint will use this port, and each messaging broker will use a consecutive port.

Number

No

The value of externalPortStart.

podAnnotations

Annotations to update or add to the messaging pods.

Array of Annotations

No

None

podLabels

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

Property

Description

Type

Required

Default

messagingBroker

Configuration of the messaging-broker container.

Object (Container)

No

None

.messaging.storage

Property

Description

Type

Required

Default

Property

Description

Type

Required

Default

className

The storage class name (required when type is PersistentClaim).

String

Yes

None

keepClaims

Whether to keep unused claims (when type is PersistentClaim).

Boolean

No

None

selector

The storage label selector (when type is PersistentClaim).

Object (LabelSelector)

No

None

size

The storage size in bytes. Minimum is 1Gi.

String

No

1Gi

type

The storage type. Currently only PersistentClaim is supported.

String

No

PersistentClaim

Copyright © 2015 MonTier Software (2015) Ltd.