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.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Configuration of the DPOD Cloud Agent Manager component.

.manager

Property

Description

Type

Required

Default

certificates

Configuration of the manager certificates.

Object

No

None

containers

Configuration of the manager containers.

Object

No

None

externalHost

The external host for accessing the manager from outside the cluster.

String

Yes

None

externalPort

The external port for accessing the manager from outside the cluster

Number

No

443 (OpenShift only) / 30120

imagePullSecrets

The list of image pull secrets, containing docker registry credentials.

Array of string

No

None

incomingTrafficMethod

The method of exposing the manager to incoming traffic from outside the cluster. Available options are: Custom, NodePort, Route.

String

No

Route (OpenShift only) / NodePort

incomingTrafficPort

The port for exposing the manager to incoming traffic from outside the cluster (when incomingTrafficMethod is NodePort).

Number

No

The value of externalPort.

podAnnotations

Annotations to update or add to the manager pods.

Object (Pod Annotation)

No

None

podLabels

Labels to update or add to the manager pods.

Object (Pod Label)

No

None

replicas

The number of the manager pods in the Deployment.

Number

No

1

.manager.containers

Property

Description

Type

Required

Default

apiProxy

Configuration of the api-proxy container.

Object (Container)

No

None

manager

Configuration of the manager container.

Object (Container)

No

None

  • No labels