Bumping versions

This commit is contained in:
buildmaster
2019-08-16 11:45:18 +00:00
parent fddd5b51cb
commit 8a3a9793ef

View File

@@ -112,6 +112,15 @@ private DiscoveryClient discoveryClient;
----
====
You can choose to enable `DiscoveryClient` from all namespaces by setting the following property in `application.properties`:
====
[source]
----
spring.cloud.kubernetes.discovery.all-namespaces=true
----
====
If, for any reason, you need to disable the `DiscoveryClient`, you can set the following property in `application.properties`:
====