Change the Application Server
For Kubernetes deployment with Helm
In the
values.yaml
file, underconfiguration
, update the value of appurl (IP address:port
of the Application Server).Update your DPG deployment using the following command.
For Kubernetes deployment without Helm
In your deployment file, in the
data
section ofConfigMap
, update the value ofDESTINATION_URL
(IPaddress:port
of the Application Server).Update your DPG deployment using the following command.
For Standalone deployment
Stop the existing container.
In the environment variable, update the
DESTINATION_URL
field and restart the container using the following command.