From c80e149e0fb820cd579c84394022eb133f2d06e7 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Mon, 8 Apr 2019 14:17:13 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-kubernetes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-kubernetes.html b/spring-cloud-kubernetes.html index ce56ca4f..451c277b 100644 --- a/spring-cloud-kubernetes.html +++ b/spring-cloud-kubernetes.html @@ -989,7 +989,7 @@ field of the @ConfigurationProperties annotation are detected and r Any event produces a re-check on the configuration and, in case of changes, a reload. The view role on the service account is required in order to listen for config map changes. A higher level role (such as edit) is required for secrets (by default, secrets are not monitored). -* Polling: Oeriodically re-creates the configuration from config maps and secrets to see if it has changed. +* Polling: Periodically re-creates the configuration from config maps and secrets to see if it has changed. You can configure the polling period by using the spring.cloud.kubernetes.reload.period property and defaults to 15 seconds. It requires the same role as the monitored property source. This means, for example, that using polling on file-mounted secret sources does not require particular privileges.