Customizing the IBM App Connect server.conf.yaml configuration
Configure and customize the server.conf.yaml file for IBM® App Connect integration runtime instances by using ConfigMaps
About this task
The server.conf.yaml file defines runtime configuration for IBM App Connect integration servers. It is deployed to the IBM App Connect server containers by using a server.conf.yaml
configuration instance. For more information, see server.conf.yaml type
Note:
Customizing the default During deployment, all IBM App Connect runtime instances use the default
configuration defined in the server.conf.yaml file.
After deployment, you can customize the configuration in the following ways:
- Edit the existing
server.conf.yamlin the default ConfigMap (<ftm-instance-name>-ace-server-config). - Create a new ConfigMap with a custom
server.conf.yamland apply it to the required IBM App Connect runtime instance in the FTM Custom Resource (CR).
server.conf.yaml configuration- To update the default
server.conf.yamlfile for all IBM App Connect runtime instances, edit the default ConfigMap:<ftm-instance-name>-ace-server-configNote: The default FTMserver.conf.yamlis shared across all IBM App Connect runtime instances. Any changes made impact all deployed instances after restart.
Procedure
Results
After completing this task:
- The specified integration runtime instances are configured using the custom
server.conf.yaml. - Global configuration is applied to specific runtime instances.
What to do next
- Restart the integration runtime instances to apply the configuration changes.
- Verify that the updated configuration is correctly applied by checking runtime logs and behavior.