mirror of https://github.com/hashicorp/consul
Added instructions on the use of httpsPort when servers are not running TLS enabled
parent
bb2b853594
commit
de54853714
|
@ -35,6 +35,10 @@ externalServers:
|
|||
|
||||
</CodeBlockConfig>
|
||||
|
||||
With the introduction of [Consul Dataplane](/consul/docs/connect/dataplane#what-is-consul-dataplane), Consul installation on Kubernetes is simplified by removing the Consul Client agents.
|
||||
This requires the Helm installation and rest of the consul-k8s components installed on Kubernetes to talk to Consul Servers directly on various ports.
|
||||
Before starting the installation, ensure that the Consul Servers are configured to have the gRPC port enabled `8502/tcp` using the [`ports.grpc = 8502`](/consul/docs/agent/config/config-files#grpc) configuration option.
|
||||
|
||||
|
||||
## Configuring TLS
|
||||
|
||||
|
@ -64,7 +68,7 @@ externalServers:
|
|||
</CodeBlockConfig>
|
||||
|
||||
If your HTTPS port is different from Consul's default `8501`, you must also set
|
||||
`externalServers.httpsPort`.
|
||||
`externalServers.httpsPort`. If the Consul servers are not running TLS enabled, use this config to set the HTTP port the servers are configured with (default `8500`).
|
||||
|
||||
## Configuring ACLs
|
||||
|
||||
|
|
Loading…
Reference in New Issue