Overriding pod CPU and memory settings
Use template overrides to set a higher CPU and memory for your gateway pod.
About this task
Important: The recommended method to increase the resources for your API Connect deployment is to
change deployment profile:
- Changing deployment profiles on Kubernetes and OpenShift
- Changing deployment profiles on OpenShift top-level CR
- Changing the deployment profile on Cloud Pak for Integration
Increasing the number of CPUs impacts API Connect licensing. See Deployment and component profiles.
Note: For OpenShift users: The example steps in this topic use the
Kubernetes
kubectl
command. On OpenShift, use the equivalent oc
command in its place. If you are using a top-level CR (APIConnectCluster
), ensure
that the spec.gateway
section is included. If it is not included already, you must
add the spec.gateway
section before adding the required property within
it.