FIx Type for HitlessServiceUpdate

This commit is contained in:
Arko Dasgupta 2019-10-22 14:00:23 -07:00 committed by GitHub
parent 2f43d109ae
commit c90f67c295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ Interlock must contain at least one extension to service traffic. The following
| `PublishedSSLPort` | int | Port on which the proxy service serves SSL traffic |
| `Template` | string | Docker configuration object that is used as the extension template |
| `Config` | Config | Proxy configuration used by the extensions as described in this section |
| `HitlessServiceUpdate` | Config | When set to `true`, services can be updated without restarting the proxy container. |
| `HitlessServiceUpdate` | bool | When set to `true`, services can be updated without restarting the proxy container. |
| `ConfigImage` | Config | Name for the config service (used by hitless service updates). For example, `docker/ucp-interlock-config:3.2.1`. |
| `ConfigServiceName` | Config | Name of the config service. This name is equivalent to `ProxyServiceName`. For example, `ucp-interlock-config`. |