mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-09 23:10:22 +07:00
14 lines
356 B
YAML
14 lines
356 B
YAML
apiVersion: metal.sidero.dev/v1alpha1
|
|
kind: ServerClass
|
|
metadata:
|
|
name: m5.xlarge # The names are free-form and only need to make sense to you
|
|
spec:
|
|
qualifiers:
|
|
cpu:
|
|
- manufacturer: Intel(R) Corporation
|
|
version: Intel(R) Core(TM) i5-6600T CPU @ 2.70GHz
|
|
configPatches:
|
|
- op: replace
|
|
path: /machine/install/disk
|
|
value: /dev/sda
|