## @section Common parameters ## @param external Enable external access from outside the cluster ## @param running Determines if the virtual machine should be running ## @param password The default password for the virtual machine ## @param image The base image for the virtual machine. Allowed values: `ubuntu`, `cirros`, `alpine` and `fedora` ## @param disk The size of the disk allocated for the virtual machine ## @param resources.cpu The number of CPU cores allocated to the virtual machine ## @param resources.memory The amount of memory allocated to the virtual machine external: false running: true password: hackme image: ubuntu disk: 5Gi resources: cpu: 1 memory: 1024M