From ba761e35850f00860ddbaa074b4d33126e1cfafa Mon Sep 17 00:00:00 2001 From: sambeckingham <48661226+sambeckingham@users.noreply.github.com> Date: Fri, 10 Apr 2020 05:53:36 +0100 Subject: [PATCH] Update link to redis manifest (#343) Looks like the example redis deployment got moved to another part of the repo. --- docs/tutorials/hello-tye/02_add_redis.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/hello-tye/02_add_redis.md b/docs/tutorials/hello-tye/02_add_redis.md index f149f402..2d4302c4 100644 --- a/docs/tutorials/hello-tye/02_add_redis.md +++ b/docs/tutorials/hello-tye/02_add_redis.md @@ -115,7 +115,7 @@ We just showed how `tye` makes it easier to communicate between 2 applications r `tye deploy` will not deploy the redis configuration, so you need to deploy it first. Run: ```text - kubectl apply -f https://raw.githubusercontent.com/dotnet/tye/master/docs/yaml/redis.yaml + kubectl apply -f https://raw.githubusercontent.com/dotnet/tye/master/docs/tutorials/hello-tye/redis.yaml ``` This will create a deployment and service for redis. You can see that by running: @@ -180,4 +180,4 @@ We just showed how `tye` makes it easier to communicate between 2 applications r kubectl port-forward svc/frontend 5000:80 ``` - Visit `http://localhost:5000` to see the `frontend` working in kubernetes. \ No newline at end of file + Visit `http://localhost:5000` to see the `frontend` working in kubernetes.