Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of values.yaml - tlsServerName docs into release/1.4.x #3667

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/consul/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1554,7 +1554,7 @@ externalServers:
# 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.
# @type: array<string>
hosts: []

Expand All @@ -1564,7 +1564,7 @@ externalServers:
# The GRPC port of the Consul servers.
grpcPort: 8502

# The server name to use as the SNI host header when connecting with HTTPS.
# 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.
# @type: string
tlsServerName: null

Expand Down
Loading