Eci Scaling Configuration Container Args
Constructors
Properties
The structure of environmentVars. See environment_vars
below for details.
The restart policy of the image.
The commands to be executed in containers when you use the CLI to specify the preStop callback function.
Commands that you want to run in containers when you use the CLI to perform liveness probes.
The minimum number of consecutive failures for the liveness probe to be considered failed after having been successful. Default value: 3.
The path to which HTTP GET requests are sent when you use HTTP requests to perform liveness probes.
The port to which HTTP GET requests are sent when you use HTTP requests to perform liveness probes.
The protocol type of HTTP GET requests when you use HTTP requests for liveness probes.Valid values:HTTP and HTTPS.
The number of seconds after container has started before liveness probes are initiated.
The interval at which the liveness probe is performed. Unit: seconds. Default value: 10. Minimum value: 1.
The minimum number of consecutive successes for the liveness probe to be considered successful after having failed. Default value: 1. Set the value to 1.
The port detected by TCP sockets when you use TCP sockets to perform liveness probes.
The timeout period for the liveness probe. Unit: seconds. Default value: 1. Minimum value: 1.
The structure of port. See ports
below for details.
Commands that you want to run in containers when you use the CLI to perform readiness probes.
The minimum number of consecutive failures for the readiness probe to be considered failed after having been successful. Default value: 3.
The path to which HTTP GET requests are sent when you use HTTP requests to perform readiness probes.
The port to which HTTP GET requests are sent when you use HTTP requests to perform readiness probes.
The protocol type of HTTP GET requests when you use HTTP requests for readiness probes. Valid values: HTTP and HTTPS.
The number of seconds after container N has started before readiness probes are initiated.
The interval at which the readiness probe is performed. Unit: seconds. Default value: 10. Minimum value: 1.
The minimum number of consecutive successes for the readiness probe to be considered successful after having failed. Default value: 1. Set the value to 1.
The port detected by Transmission Control Protocol (TCP) sockets when you use TCP sockets to perform readiness probes.
The timeout period for the readiness probe. Unit: seconds. Default value: 1. Minimum value: 1.
Grant certain permissions to processes within container. Optional values:
Mounts the container's root filesystem as read-only.
Specifies user ID under which all processes run.
The structure of volumeMounts. See volume_mounts
below for details.
The working directory of the container.