Kubernetes Spring Cloud Multiple Config Maps being used -


as per documentation @ - https://github.com/spring-cloud-incubator/spring-cloud-kubernetes/#configmap-propertysource, possible make configmaps available during application bootstrapping through adding spring.cloud.kubernetes.config.name bootstrap.yaml/properties.

is possible consume multiple configmaps in manner?

i believe possible in pod specification through use of env-from - https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/. great current setup have.

as can see in configmappropertysource.java, 1 configmap used property source.

however, using envfrom, entries in configmap can provided environment variables container , spring boot can read environment variables, maybe you.


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -