Commit graph

12 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
b242b7586d
[ci skip] Add tier labels to all namespace resources for Kyverno resource governance
Added `tier = var.tier` to kubernetes_namespace labels in ~73 service
modules. This enables Kyverno to generate LimitRange defaults,
ResourceQuotas, and PriorityClass injection for all namespaces.

Previously only 11 namespaces had tier labels; now all 80 active
namespaces are labeled. All pods restarted in rolling waves to pick
up the new policies.
2026-02-21 23:38:05 +00:00
Viktor Barzin
8abb8eddc0
add tier to all deployments [ci skip] 2026-01-10 16:28:14 +00:00
Viktor Barzin
e4473efaea
add netbox, ebook2audiobook, audiblez, aiostreams and listenarr; alos reenable prowlarr, qbittorrent [ci skip] 2026-01-03 16:58:57 +00:00
Viktor Barzin
a3624f80e0
replace hardcoded namespace with module reference [ci skip] 2025-12-29 10:23:42 +00:00
Viktor Barzin
d562c79747 enable flaresolvarr to resolve annas archive cf challenges for stacks [ci skip] 2025-11-30 14:14:20 +00:00
Viktor Barzin
78593a0280
add soulseek and adjust navidrome and lidarr to share same music dir [ci skip] 2025-09-07 16:35:29 +00:00
Viktor Barzin
5a883ffc69
add flaresolverr and prowlar; also move all services in a single namespace [ci skip] 2025-09-06 21:41:02 +00:00
Viktor Barzin
5a47332c64
add qbittorrent from servarr setup [ci skip] 2025-09-06 20:10:17 +00:00
Viktor Barzin
ca47632329
add flaresolverr to servarr setup [ci skip] 2024-11-22 01:20:22 +00:00
Viktor Barzin
2cd8e8681b
add qbittorrent and prowlarr to servarr setup [ci skip] 2024-11-22 01:13:40 +00:00
Viktor Barzin
38f9a0baa0
add servarr [ci skip] 2024-02-25 16:28:40 +00:00