Disk config

This commit is contained in:
2025-07-08 12:15:51 +02:00
parent a49a25048f
commit 1d4389f3f7
2 changed files with 7 additions and 0 deletions

5
patches/disk.yaml Normal file
View File

@@ -0,0 +1,5 @@
apiVersion: v1alpha1
kind: VolumeConfig
name: EPHEMERAL
provisioning:
maxSize: 40GiB

View File

@@ -22,3 +22,5 @@ nodes:
installDisk: /dev/nvme0n1 installDisk: /dev/nvme0n1
certSANs: certSANs:
- kube.sdg.moe - kube.sdg.moe
extraManifests:
- ./patches/disk.yaml