Fixing many issues.

This commit is contained in:
2025-08-14 19:26:18 -07:00
parent 00192edbb3
commit ea2ee884a4
6 changed files with 65 additions and 8 deletions

View File

@@ -124,7 +124,7 @@ resource "cloudflare_dns_record" "subdomains" {
resource "digitalocean_volume" "machine" {
region = var.datacenter
name = "${var.cluster_name}"
size = 30
size = 60
initial_filesystem_type = "ext4"
initial_filesystem_label = "appstorage"
description = "persistent storage for docker apps"