From 2fa0750af6cfb7ca577df9cc71f2d937dd7e8fa8 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Fri, 22 Oct 2021 11:40:09 -0400 Subject: [PATCH] Adding link to Docker Hub image for config server --- .../src/main/asciidoc/spring-cloud-kubernetes-configserver.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-kubernetes-configserver.adoc b/docs/src/main/asciidoc/spring-cloud-kubernetes-configserver.adoc index d15122c5..88446cbe 100644 --- a/docs/src/main/asciidoc/spring-cloud-kubernetes-configserver.adoc +++ b/docs/src/main/asciidoc/spring-cloud-kubernetes-configserver.adoc @@ -7,7 +7,7 @@ https://kubernetes.io/docs/concepts/configuration/configmap/[Config Maps] and ht This is component is completely optional. However, it allows you to continue to leverage configuration you may have stored in existing environment repositories (Git, SVN, Vault, etc) with applications that you are running on Kubernetes. -A default image is located on Docker Hub which will allow you to easily get a Config Server deployed on Kubernetes without building +A default image is located on https://hub.docker.com/r/springcloud/spring-cloud-kubernetes-configserver[Docker Hub] which will allow you to easily get a Config Server deployed on Kubernetes without building the code and image yourself. However, if you need to customize the config server behavior you can easily build your own image from the source code on GitHub and use that.