ExpressGatewayContainer
class ExpressGatewayContainer
Defines the configuration for the primary container in an Express service. This container receives traffic from the Application Load Balancer and runs your application code.
The container configuration includes the container image, port mapping, logging settings, environment variables, and secrets. The container image is the only required parameter, with sensible defaults provided for other settings.
Types
Properties
Link copied to clipboard
The log configuration for the container.
Link copied to clipboard
The port number on the container that receives traffic from the load balancer. Default is 80.
Link copied to clipboard
The environment variables to pass to the container.
Link copied to clipboard
The configuration for repository credentials for private registry authentication.