Merge pull request #28801 from Ritikaa96/stateless-application-update-address

correcting redis address in stateless-application guestbook document
pull/29134/head
Kubernetes Prow Robot 2021-07-27 10:38:47 -07:00 committed by GitHub
commit 8e8328b585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ ready)_, multi-tier web application using Kubernetes and
[Docker](https://www.docker.com/). This example consists of the following
components:
* A single-instance [Redis](https://www.redis.com/) to store guestbook entries
* A single-instance [Redis](https://www.redis.io/) to store guestbook entries
* Multiple web frontend instances
## {{% heading "objectives" %}}