medium
Parameters
value
The medium to store the volume. The default value is an empty string, which uses the storage of the node.
"" - (Default) Use the disk storage of the node.
"Memory" - Use the
tmpfs
volume that's backed by the RAM of the node. Contents of the volume are lost when the node reboots, and any storage on the volume counts against the container's memory limit.