22 lines
497 B
YAML
22 lines
497 B
YAML
|
|
apiVersion: rig.appstack.io/v1alpha1
|
||
|
|
kind: ClusterBlueprint
|
||
|
|
metadata:
|
||
|
|
name: test-cluster-01
|
||
|
|
namespace: fleet-default
|
||
|
|
spec:
|
||
|
|
# Points to the InfraBlueprint (which links to Harvester + Quotas)
|
||
|
|
infraBlueprintRef: "dev-environment-v1"
|
||
|
|
|
||
|
|
# 1. Lifecycle
|
||
|
|
kubernetesVersion: "v1.33.5+rke2r1"
|
||
|
|
|
||
|
|
# 2. Topology: Control Plane (1 Node)
|
||
|
|
controlPlaneHA: false
|
||
|
|
|
||
|
|
# 3. Topology: Workers
|
||
|
|
workerPools:
|
||
|
|
- name: "app-workers"
|
||
|
|
quantity: 1
|
||
|
|
cpuCores: 4
|
||
|
|
memoryGb: 16
|
||
|
|
diskGb: 60
|