Skip to content
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 @@ -1328,7 +1328,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 @@ -1338,7 +1338,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