use -DconfDir=conf -DconfDirEnv=conf/uat15
- kubectl create namespace uat15
- kubectl create namespace uat16
- kube/app-ns.sh uat15
- kube/app-ns.sh uat16
- add IP from "kubectl get ing -A" column ADDRESS to /etc/hosts
- check links from index.html
- change some properties - modify prop file[s], delete and create configmap or "kubectl edit configmap config-app1 -n uat15"
- check that properties are updated - "kubectl exec -it app1-pod -n uat15 -- cat /etc/config/"
- check app uses old properties - http://uat15.bnp.com/dev1/actuator/env
- restart dev1 app - "kubectl exec -it app1-pod -n uat15 -- kill 1"
- check app uses new properties - http://uat15.bnp.com/dev1/actuator/env