Address
Summary
Address specifies the Host and Port to serve HTTP requests from. If empty, :443 is used.
Note
In all-in-one deployments, gRPC traffic will be served on loopback on port :5443.
How to configure
- Core
- Enterprise
- Kubernetes
| Config File Key | Environment Variable | Type | Default |
|---|---|---|---|
address | ADDRESS | string | :443 |
Examples
address: ":8443"
ADDRESS=:8443
The address setting can also be configured by Terraform.
The address setting is a bootstrap setting and cannot be configured in the Console UI. However it can be configured by Terraform.
address is included in the deployment manifest and not customizable.