Skip to content

Instantly share code, notes, and snippets.

@fl64
Created June 24, 2025 09:33
Show Gist options
  • Save fl64/9ea038fd58a3eb1b59f2bdbb2c3113ea to your computer and use it in GitHub Desktop.
Save fl64/9ea038fd58a3eb1b59f2bdbb2c3113ea to your computer and use it in GitHub Desktop.
dvp-over-dvp

deckhouse: tag: main kubernetesVersion: Automatic registryDockerCfg: # <-- Put license key here virtualization: tag: main image: url: cluster: storageClass: rv-thin-r1 sshPublicKey: # Don't touch! it will be populated automatically kubeconfigDataBase64: # Don't touch! it will be populated automatically namespace: kek masterNodeGroup: replicas: 1 virtualMachine: bootloader: EFI cpu: cores: 4 coreFraction: 50% memory: size: 10Gi additionalNodeGroups: - name: workers replicas: 3 virtualMachine: bootloader: EFI cpu: cores: 4 coreFraction: 50% memory: size: 10Gi - name: system replicas: 3 virtualMachine: bootloader: EFI cpu: cores: 4 coreFraction: 50% memory: size: 10Gi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment