Commit graph

8 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
7daa8304fa add debug option in authentik helm [ci skip] 2025-12-28 20:03:37 +00:00
Viktor Barzin
75aa863eeb add pgbouncer in front of authentik to reduce postgres connections [ci skip] 2025-10-08 21:57:35 +00:00
Viktor Barzin
3dc67ac16d set authentik log level to warning to reduce db noise [ci skip] 2025-09-06 21:41:24 +00:00
Viktor Barzin
c10b943f88 scale authentik worker and server to 3 replicas [ci skip] 2025-03-16 18:26:32 +00:00
Viktor Barzin
c8a1849bba move to use local names for some dbs to reduce dns load[ci skip] 2025-01-15 22:28:46 +00:00
Viktor Barzin
8f739d87f1 update diun annotations to correctly monitor for image version updates and update some services alongside[ci skip] 2024-12-30 14:01:38 +00:00
Viktor Barzin
d29ed57154 add authentik [ci skip] 2024-11-12 20:20:10 +00:00