gRPC Address
Summary
gRPC Address specifies the host and port to serve gRPC requests from.
How to configure
- Core
- Enterprise
- Kubernetes
Config file keys | Environment variables | Type | Default |
---|---|---|---|
grpc_address | GRPC_ADDRESS | string | :443 (:5443 if in all-in-one mode) |
grpc_address
is a bootstrap configuration setting and is not configurable in the Console.
gRPC Address is not customizable with Kubernetes
Examples
# config file key
grpc_address: :8443
# environment variable
GRPC_ADDRESS=:8443