From 716f472b5b4baad55ebb45c6b1a9557780d2f618 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 3 Jun 2021 19:13:24 +0000 Subject: [PATCH] Bumping versions --- README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index 7cf88a4b..f19975bd 100644 --- a/README.adoc +++ b/README.adoc @@ -933,6 +933,8 @@ spring.cloud.kubernetes.discovery.all-namespaces=true ---- ==== +If a service needs to be accessed over HTTPS you need to add a label or annotation to your service definition with the name `secured` and the value `true` and the load balancer will then use HTTPS to make requests to the service. + == Security Configurations Inside Kubernetes