зеркало из https://github.com/dotnet/tye.git
Update link to redis manifest (#343)
Looks like the example redis deployment got moved to another part of the repo.
This commit is contained in:
Родитель
7d2fb0818e
Коммит
ba761e3585
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче