We deploy CA TMD portal on a Kubernetes cluster, and we have an issue when we modify a configuration file and restart the pod.
When the pod is restarted it comes up with the default configuration.
We tried to delete the pod, to scale down, and to kill the process in the pod, same result, it restarts with the default configuration.
How can we change the configuration file, without rebuilding the image?
TDM 4.11
Component: Test data manager Web Portal
The application.properties file is overwritten using the environment settings in the Kubernetes file.
The client needs to add the updates to the environment setting in the Kubernetes config file.
This is the relevant entry:
env:
- name: APPLICATION_PROP
value: tdmweb.TDMMaskingService.taskTimeout=30|tdmweb.profiling.uncommitted.reads=true|tdmweb.profiling.query.timeout=300