Service Template Spec Container Args
Constructors
Properties
(Optional, Deprecated) List of sources to populate environment variables in the container. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Structure is documented below.
List of environment variables to set in the container. Structure is documented below.
Periodic probe of container liveness. Container will be restarted if the probe fails. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes Structure is documented below.
List of open ports in the container. Structure is documented below.
Compute Resources required by this container. Used to set values such as max memory Structure is documented below.
Startup probe of application within the container. All other probes are disabled if a startup probe is provided, until it succeeds. Container will not be added to service endpoints if the probe fails. Structure is documented below.
Volume to mount into the container's filesystem. Only supports SecretVolumeSources. Structure is documented below.
(Optional, Deprecated) Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.