Templates
Creating a Template
Templates are used to launch images as a pod; within a template, you define the required container disk size, volume, volume path, and ports needed.
Environment Variables
Environment variables are accessible within your pod; define a variable by setting a name with the key
and then what it should contain with value
.
Updated 4 months ago