Changing deployment profiles on OpenShift
You can change an API Connect installation to use different deployment profiles.
Before you begin
This task assumes that you have already deployed an API Connect cluster as explained in Deploying on OpenShift and Cloud Pak for Integration. If you are changing from a development profile to a production profile, ensure that you have production profile hardware (3 nodes) available.
About this task
Important considerations:
- While it is possible to use a non-production profile installation in a production deployment, it is not recommended.
- Based on the resources configured for each microservice in the profile, there might be downtime during the profile change.
- For a list of supported profiles, see the "Deployment profiles" section in Basic configuration settings.
- If you enabled the analytics message queue feature, you must disable it before changing to
another deployment profile. You can re-enable the message queue feature after the profile change is
complete.
To disable the message queue:
- Edit the top-level
APIConnectCluster
CR. - In the
spec.analytics
section, locate themq
subsection and change theenabled
setting tofalse
.spec: analytics: mq: enabled: false
- Save and apply the change.
To re-enable the message queue:
- Edit the top-level
APIConnectCluster
CR. - In the
spec.analytics
section, locate themq
subsection and change theenabled
setting totrue
. - Save and apply the change.
- Edit the top-level