Group Container Args
Constructors
Properties
A list of environment variables to be set on the container. Specified as a map of name/value pairs. Changing this forces a new resource to be created.
The definition of a readiness probe for this container as documented in the liveness_probe
block below. Changing this forces a new resource to be created.
The upper limit of the memory of the containers in GB.
A set of public ports for the container. Changing this forces a new resource to be created. Set as documented in the ports
block below.
The definition of a readiness probe for this container as documented in the readiness_probe
block below. Changing this forces a new resource to be created.
A list of sensitive environment variables to be set on the container. Specified as a map of name/value pairs. Changing this forces a new resource to be created.
The definition of the security context for this container as documented in the security
block below. Changing this forces a new resource to be created.
The definition of a volume mount for this container as documented in the volume
block below. Changing this forces a new resource to be created.