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
b6499a8090
[ci skip] Add descheduler profile to restart idrac-redfish-exporter every 6h 2026-02-09 20:57:09 +00:00
Viktor Barzin
07876da8ce
run descheduler hourly for more frequent updates [ci skip] 2026-01-10 21:03:42 +00:00
Viktor Barzin
27d92967c1
run descheduler daily instead of hourly [ci skip] 2025-05-10 18:53:19 +00:00
Viktor Barzin
f0064ae4ab remove pods constraints for descheduler [ci skip] 2025-05-04 11:25:39 +00:00
Viktor Barzin
f63cd39c43 handle pods that faile to pull image in descheduler[ci skip] 2025-04-20 16:20:26 +00:00
Viktor Barzin
55bf707b89 add failed pod eviction plugin to descheduler [ci skip] 2025-04-20 16:20:26 +00:00
Viktor Barzin
b55deac3da
do not evict more than 10 pods in total fro mdescheduler [ci skip] 2025-03-16 17:36:57 +00:00
Viktor Barzin
0cc475342f restart verything once a week [ci skip] 2025-03-09 14:13:10 +00:00
Viktor Barzin
fee74a2537
fix descheduler [ci skip] 2025-01-08 23:03:23 +00:00
Viktor Barzin
5102990e7a
fix descheduler [ci skip] 2025-01-08 22:57:45 +00:00