This commit is contained in:
David Gardiner 2020-03-19 16:07:16 +10:30 коммит произвёл GitHub
Родитель cc6d88b3cf
Коммит 28496837b4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -31,7 +31,7 @@ services:
**application**: The *whole* application, (usually) includes multiple services. Maps conceptually to a `tye.yaml` or a `.sln`.
**service**: An individual project, container, or process. Part of an appliction.
**service**: An individual project, container, or process. Part of an application.
**project**: A kind of service, specified by a buildable and runnable .NET project.
@ -153,7 +153,7 @@ A list of environment variable mappings for the service. Does not apply when the
Command-line arguments to use when launching the service. Does not apply when the service is external.
#### `replicas` (integrer)
#### `replicas` (integer)
The number of replicas to create. Does not apply when the service is external.
@ -173,7 +173,7 @@ A list of bindings *exposed* by the service. Bindings represent protocols *provi
`EnvironmentVariable` elements appear in a list inside the `env` property of a `Service`.
### Environment Varible Example
### Environment Variable Example
```yaml
name: myapplication
@ -253,4 +253,4 @@ Specifies the protocol used by the binding. The port is used in [service discove
#### `autoAssignPort` (bool)
Specifies that the port should be assigned randomly. Defaults to `false`. This is currently only useful for projects - where the tye host will automatically infer bindings with `autoAssignPort: true`
Specifies that the port should be assigned randomly. Defaults to `false`. This is currently only useful for projects - where the tye host will automatically infer bindings with `autoAssignPort: true`