Browse Source

fix link to redis setup (#352)

pull/357/head
Shayne Boyer 6 years ago
committed by GitHub
parent
commit
10b3dc24ee
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      samples/voting/README.md

4
samples/voting/README.md

@ -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
```

Loading…
Cancel
Save