Merge pull request #9717 from arkodg/patch-1

FIx Type for HitlessServiceUpdate
This commit is contained in:
Adrian Plata 2019-10-31 10:40:19 -07:00 committed by GitHub
commit 7aff875031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,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`. |