feat: add DOKS, managed postgres/redis, WAF rules, external-dns
Some checks failed
Terraform / terraform (push) Failing after 32s
Test / test (push) Successful in 1s

This commit is contained in:
Ryan Moon
2026-04-02 17:25:13 -05:00
parent 155ef0345e
commit 3471374cb6
9 changed files with 195 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
do_token = "your-digitalocean-api-token"
ssh_key_name = "your-key-name-in-do"
region = "nyc3"
droplet_size = "s-1vcpu-2gb"
droplet_size = "s-2vcpu-4gb"
cloudflare_api_token = "your-cloudflare-api-token"
domain = "example.com"
cluster_lb_ip = "your-ingress-lb-ip"