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