Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
David Yu authored Feb 20, 2024
1 parent 442232e commit 1598b40
Showing 1 changed file with 2 additions and 2 deletions.
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 is also the hostname to expect in the server certificate's subject.
# @type: string
tlsServerName: null

Expand Down

0 comments on commit 1598b40

Please sign in to comment.