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.
Container (v1beta1)
Configuration of a container.
.<Container Name>
Property | Description | Type | Required | Default |
---|---|---|---|---|
image | The image of this container. Entry should be a full image reference from a reachable registry. | String | No | None |
imagePullPolicy | The | String | No | None |
logLevel | The log level of this container. Available options are: | String | No | Info |
resources | The resources (CPU and memory) for this container. | Object | No | None |
.<Container Name>.resources
Property | Description | Type | Required | Default |
---|---|---|---|---|
limits | The resources (CPU and memory) limits for this container. | Object | No | None |
requests | The resources (CPU and memory) requests for this container. | Object | No | None |
.<Container Name>.resources.limits
Property | Description | Type | Required | Default |
---|---|---|---|---|
cpu | The CPU limit for this container. | String | No | None |
memory | The memory limit for this container. | String | No | None |
.<Container Name>.resources.requests
Property | Description | Type | Required | Default |
---|---|---|---|---|
cpu | The CPU limit for this container. | String | No | None |
memory | The memory limit for this container. | String | No | None |
Â
Copyright © 2015 MonTier Software (2015) Ltd.