From 8a3a9793ef69b955aaeb4454cb3ed4a63248fd8c Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 16 Aug 2019 11:45:18 +0000 Subject: [PATCH] Bumping versions --- README.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.adoc b/README.adoc index c52bafc3..6a33b61b 100644 --- a/README.adoc +++ b/README.adoc @@ -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`: ====