Initial commit

This commit is contained in:
CC
2026-05-20 22:26:32 +00:00
commit be328f4726
11 changed files with 410 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
instance_mode = "single"
instance = {
service_name = "grafana"
vm_name = "grafana-01"
node_name = "pop"
app_port = 3000
app_image = "grafana/grafana:latest"
vm_tags = ["monitoring"]
}
vm_defaults = {
node_datastore = "hlst"
vm_bios = "ovmf"
vm_machine = "q35"
vm_user_sshkey = "ssh-ed25519 AAAA..."
bridge = "vmbr0"
vm_cpu = 2
vm_ram = 4096
vm_size = "20G"
}