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.

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 2 Next »

Configuration of the DPOD Cloud Agent HTTP Ingester component.

.httpIngester

Property

Description

Required

Default

containers

Configuration of the HTTP ingester containers.

No

None

imagePullSecrets

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

No

None

replicas

The number of the HTTP ingester pods in the Deployment.

No

1

.httpIngester.containers

Property

Description

Required

Default

httpIngester

Configuration of the http-ingester container.

No

None

.httpIngester.containers.httpIngester

Property

Description

Required

Default

image

The image of this container. Entry should be a full image reference from a reachable registry.

No

None

imagePullPolicy

The ImagePullPolicy of this container.

No

None

logLevel

The log level of this container. Defaults to Info.

No

1

resources

The resources (CPU and memory) for this container.

No

None

.httpIngester.containers.httpIngester.resources

Property

Description

Required

Default

limits

The resources (CPU and memory) limits for this container.

No

None

requests

The resources (CPU and memory) requests for this container.

No

None

.httpIngester.containers.httpIngester.resources.limits

Property

Description

Required

Default

cpu

The CPU limit for this container.

No

None

memory

The memory limit for this container.

No

None

.httpIngester.containers.httpIngester.resources.requests

Property

Description

Required

Default

cpu

The CPU limit for this container.

No

None

memory

The memory limit for this container.

No

None

  • No labels