Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
fix link to redis setup (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
spboyer committed Apr 10, 2020
1 parent 7301e0a commit 10b3dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/voting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ The project should be immediately runnable by calling `tye run` from the directo

A few things need to be configured before deploying to Kubernetes.

- Setting up Redis. A connection string needs to be provided to connect to Redis. You can follow our tutorial on [setting up redis in your cluster](../../docs/redis.md).
- Setting up Redis. A connection string needs to be provided to connect to Redis. You can follow our tutorial on [setting up redis in your cluster](../../docs/tutorials/hello-tye/02_add_redis.md).
- Setting up postgresql. A connection string eventually needs to be provided to tye for postgresql.
- Deploying the ingress.yaml by calling:

```
kubectl apply -f ingress.yml
```


0 comments on commit 10b3dc2

Please sign in to comment.