Apache – Kubernetes/OC ConfigMap vs config in git and process in container to watch for changes
I am deploying a spring boot application and is considering various options for externalize configuration. I came to know below options. 1) ConfigMap 2) properties/yaml file in Git and a process in container to watch for changes and restart the…