Commit graph

15 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
Viktor Barzin
f1dde96d80 replace hardcoded namespace with module reference [ci skip] 2025-12-29 10:23:42 +00:00
Viktor Barzin
216a74f819 fix descheduler [ci skip] 2025-01-08 22:57:45 +00:00
Viktor Barzin
f214aaa66e upgrade descheduler and update configs [ci skip] 2025-01-05 23:23:55 +00:00
viktorbarzin
55cf178a1f run descheduler daily to try to prevent overmovement [ci skip] 2023-06-18 09:52:30 +01:00
Viktor Barzin
2cd9fa33de [descheduler] run the conrjob every 6 hours and optimize for high node load [ci skip] 2023-04-13 18:11:55 +00:00
viktorbarzin
565324d746 [ci skip] update policy.yaml for descheduler 2023-04-13 09:13:47 +01:00
viktorbarzin
a93aa03f72 add counter for overall webhook failures 2023-04-03 22:37:59 +01:00
viktorbarzin
8b2a453f2f update tf to work with k8s 1.25.0 2022-08-31 22:04:09 +01:00
viktorbarzin
bf10de9255 add home assistant files [ci skip] 2022-06-02 16:05:14 +01:00
viktorbarzin
f3c348eb9d update descheduler image and config 2021-05-12 00:27:30 +01:00
viktorbarzin
b29b9d7911 run descheduler daily instead of hourly [ci skip] 2021-05-06 19:40:58 +01:00
viktorbarzin
35ff8f249e limit number of pods descheduler can move [ci skip] 2021-05-04 19:13:10 +01:00
viktorbarzin
c0d4c73ce5 add descheduler module [ci skip] 2021-05-03 12:15:08 +01:00