Looks like the example redis deployment got moved to another part of the repo.
This commit is contained in:
sambeckingham 2020-04-10 05:53:36 +01:00 коммит произвёл GitHub
Родитель 7d2fb0818e
Коммит ba761e3585
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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