Commit graph

11 commits

Author SHA1 Message Date
Viktor Barzin
e225e81ebf
[ci skip] Move Terraform modules into stack directories
Move all 88 service modules (66 individual + 22 platform) from
modules/kubernetes/<service>/ into their corresponding stack directories:

- Service stacks: stacks/<service>/module/
- Platform stack: stacks/platform/modules/<service>/

This collocates module source code with its Terragrunt definition.
Only shared utility modules remain in modules/kubernetes/:
ingress_factory, setup_tls_secret, dockerhub_secret, oauth-proxy.

All cross-references to shared modules updated to use correct
relative paths. Verified with terragrunt run --all -- plan:
0 adds, 0 destroys across all 68 stacks.
2026-02-22 14:38:14 +00:00
Viktor Barzin
8fabc3d49b
[ci skip] Enable HTTP/3 (QUIC) for all ingresses
- Add http3.enabled + advertisedPort=443 to Traefik websecure entrypoint
- Add cloudflare_zone_settings_override to enable HTTP/3 for proxied domains
2026-02-07 20:43:49 +00:00
Viktor Barzin
e3387671a8
refactor cloudflared module to make changing between for_each and count easier [ci skip] 2025-12-29 12:22:55 +00:00
Viktor Barzin
a3624f80e0
replace hardcoded namespace with module reference [ci skip] 2025-12-29 10:23:42 +00:00
Viktor Barzin
539928140e
migrate to for_each when defining cloudflare dns records [ci skip] 2025-12-28 21:04:14 +00:00
Viktor Barzin
168f58eecf
increase ttl for keyserver record [ci skip] 2025-12-01 20:40:28 +00:00
Viktor Barzin
85fe5ddeb6
add oracle vps ip record in cf [ci skip] 2025-11-29 11:34:44 +00:00
Viktor Barzin
276217cef9
migrate to mailgun as smtp relay as sendgrid got enshitified [ci skip] 2025-05-31 21:29:36 +00:00
Viktor Barzin
0524798594
upgrade cloudflare terraform provider to 4.51 [ci skip] 2025-02-02 18:14:18 +00:00
Viktor Barzin
fb6fe3b8cb
add MX record as we are self hosting mail [ci skip] 2024-12-24 10:55:44 +00:00
Viktor Barzin
36062d4aa5
add cloudflare configs for tunnels and dns [ci skip] 2024-12-23 18:20:16 +00:00