21 lines
711 B
YAML
21 lines
711 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/siderolabs/talos/refs/heads/release-1.12/website/content/v1.12/schemas/config.schema.json
|
|
apiVersion: v1alpha1
|
|
kind: UserVolumeConfig
|
|
name: longhorn
|
|
provisioning:
|
|
diskSelector:
|
|
match: system_disk
|
|
grow: true
|
|
maxSize: 2000GB
|
|
# # yaml-language-server: $schema=https://raw.githubusercontent.com/siderolabs/talos/refs/heads/release-1.12/website/content/v1.12/schemas/config.schema.json
|
|
# apiVersion: v1alpha1
|
|
# kind: UserVolumeConfig
|
|
# name: longhorn
|
|
# # We want to take the whole distk
|
|
# # TODO: Add second disk to virtual machine
|
|
# volumeType: "disk"
|
|
# provisioning:
|
|
# diskSelector:
|
|
# # TODO: UPDATE THIS
|
|
# # match: system_disk
|