Address
- Environmental Variable:
ADDRESS
- Config File Key:
address
- Kubernetes: part of deployment manifest, not customizable
- Type:
string
- Example:
:443
,:8443
- Default:
:443
- Required
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
.