Browse Source
Update link to redis manifest (#343)
Looks like the example redis deployment got moved to another part of the repo.
pull/347/head
release/0.1
sambeckingham
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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. |
|
|
|
Visit `http://localhost:5000` to see the `frontend` working in kubernetes. |
|
|
|
|