15. KIE App Configuration
The definition of the expected state of KIE-App environment is defined in the YAML definition the KIE-App. In this section we will slightly change this configuration to see how the Operator applies changes in the configuration of your Red Hat Process Automation Manager environment.
15.1 Changing Credentials
-
Go back to the YAML definition of your
rhpam-trial
KieApp. -
Add a
commonConfig
section, with theadminUser
to the valuepamAdmin
, and theadminPassword
toredhatpam1!
. Click on the Save button. -
Click the Reload button to reload the YAML view.
-
Click on the Overview tab. Notice the deployments re-deploying.
-
Click on the Business/Central Central URL to open the Business Central console.
-
Log in with the new username and password:
pamAdmin
/redhatpam1!
.
15.2 Adding a KIE-Server
Apart from changing some configuration parameters, we can also change the topology our deployment in the KieApp YAML file.
-
Go back to the YAML definition of your
rhpam-trial
KieApp. -
Add a
servers
section and set thereplicas
parameter of therhpam-trial-kieserver
to 2. -
Click the Save button.
-
Go to Workloads → Deployment Configs. Note that there are now 2 KIE-Server Deployment Configs.
-
Go back to the YAML definition of your
rhpam-trial
KieApp. -
Navigate to the
servers
section and add the propertydeployments
with the value 2. -
Click the Save button.