Commit graph

11 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
7b747350de [ci skip] Add descheduler profile to restart idrac-redfish-exporter every 6h 2026-02-09 20:57:09 +00:00
Viktor Barzin
8a64640194 run descheduler hourly for more frequent updates [ci skip] 2026-01-10 21:03:42 +00:00
Viktor Barzin
4d95508d99 run descheduler daily instead of hourly [ci skip] 2025-05-10 18:53:19 +00:00
Viktor Barzin
4c4dbcf195 remove pods constraints for descheduler [ci skip] 2025-05-04 11:25:39 +00:00
Viktor Barzin
da7a90617a handle pods that faile to pull image in descheduler[ci skip] 2025-04-20 16:20:26 +00:00
Viktor Barzin
bdccea93c4 add failed pod eviction plugin to descheduler [ci skip] 2025-04-20 16:20:26 +00:00
Viktor Barzin
adf11a54f4 do not evict more than 10 pods in total fro mdescheduler [ci skip] 2025-03-16 17:36:57 +00:00
Viktor Barzin
2b2474c507 restart verything once a week [ci skip] 2025-03-09 14:13:10 +00:00
Viktor Barzin
0b86b156f9 fix descheduler [ci skip] 2025-01-08 23:03:23 +00:00
Viktor Barzin
216a74f819 fix descheduler [ci skip] 2025-01-08 22:57:45 +00:00