17 lines
330 B
YAML
17 lines
330 B
YAML
# yaml-language-server: $schema=../../schemas/cluster.json
|
|
clusterEnv: staging
|
|
controlPlaneIp: 192.168.1.100
|
|
secretsFile: testing/secrets.yaml
|
|
nodes:
|
|
- testing/talos-vm
|
|
|
|
default:
|
|
network:
|
|
interface: enp1s0
|
|
netmask: 255.255.255.0
|
|
gateway: 192.168.1.1
|
|
sops:
|
|
file: testing/age.key
|
|
install:
|
|
disk: /dev/vda
|