Commit graph

8 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
79ab5ac0a8
add debug option in authentik helm [ci skip] 2025-12-28 20:03:37 +00:00
Viktor Barzin
879cb2385d
add pgbouncer in front of authentik to reduce postgres connections [ci skip] 2025-10-08 21:57:35 +00:00
Viktor Barzin
537e7f0eab
set authentik log level to warning to reduce db noise [ci skip] 2025-09-06 21:41:24 +00:00
Viktor Barzin
f5752b8745
scale authentik worker and server to 3 replicas [ci skip] 2025-03-16 18:26:32 +00:00
Viktor Barzin
80d7c29946
move to use local names for some dbs to reduce dns load[ci skip] 2025-01-15 22:28:46 +00:00
Viktor Barzin
bf854be9c9
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
cb3ec53d41
add authentik [ci skip] 2024-11-12 20:20:10 +00:00