mirror of https://github.com/hashicorp/consul
Add helm docs update from 1.1.12 consul k8s release (#21203)
Generate helm docs from 1.1.12 of consul-k8s releasepull/21210/head
parent
ad3f06a4db
commit
16aafd2342
|
@ -1110,13 +1110,13 @@ Use these links to navigate to a particular top-level stanza.
|
|||
Note: If enabling clients, `client.join` must also be set to the hosts that should be
|
||||
used to join the cluster. In most cases, the `client.join` values
|
||||
should be the same, however, they may be different if you
|
||||
wish to use separate hosts for the HTTPS connections.
|
||||
wish to use separate hosts for the HTTPS connections. `tlsServerName` is required if TLS is enabled and 'hosts' is not a DNS name.
|
||||
|
||||
- `httpsPort` ((#v-externalservers-httpsport)) (`integer: 8501`) - The HTTPS port of the Consul servers.
|
||||
|
||||
- `grpcPort` ((#v-externalservers-grpcport)) (`integer: 8502`) - The GRPC port of the Consul servers.
|
||||
|
||||
- `tlsServerName` ((#v-externalservers-tlsservername)) (`string: null`) - The server name to use as the SNI host header when connecting with HTTPS.
|
||||
- `tlsServerName` ((#v-externalservers-tlsservername)) (`string: null`) - The server name to use as the SNI host header when connecting with HTTPS. This name also appears as the hostname in the server certificate's subject field.
|
||||
|
||||
- `useSystemRoots` ((#v-externalservers-usesystemroots)) (`boolean: false`) - If true, consul-k8s-control-plane components will ignore the CA set in
|
||||
`global.tls.caCert` when making HTTPS calls to Consul servers and
|
||||
|
|
Loading…
Reference in New Issue