đŸ’ŋ Volumes

For persistent storage, you can define volumes. Volumes are the persistent storage for your application. You can define as many volumes as you want. To create a new volume, you can click the New Volume button.

You can define the following options:

  • Name: The name of the volume, which must be unique within the deployment.
  • Mount Path: The mount path of the volume (e.g., /data, /var/lib/mysql).
  • Size: The size of the volume in GiB (gibibytes).
  • Storage Class: The storage class of the volume (the dropdown will show the available storage classes in the Kubernetes cluster).
TIP

You cannot change the size or storage class of a volume after creation. If you need to change the size or storage class, you must create a new volume and migrate the data.