Commit graph

5 commits

Author SHA1 Message Date
Viktor Barzin
e6420c7b36 [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
f1e9fb9afe add tier to all deployments [ci skip] 2026-01-10 16:28:14 +00:00
viktorbarzin
65ea868da6 workaround metallb missing resources issue 2023-01-22 16:53:34 +00:00
viktorbarzin
8b2a453f2f update tf to work with k8s 1.25.0 2022-08-31 22:04:09 +01:00
viktorbarzin
7a7bc34ae3 initial 2021-02-08 20:02:17 +00:00