Commit graph

16 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
53229fdbb9
[ci skip] Fix dashy OOMKilled and healthcheck DNS false-failure
- Add explicit resource limits to dashy (2Gi memory) to prevent OOMKilled
  during webpack build on startup
- Rewrite DNS healthcheck to test from inside the Technitium pod via
  kubectl exec, since MetalLB virtual IPs aren't reachable from outside
  the L2 network
- Deleted orphaned kured/tls-secret (expired Oct 2025, module disabled,
  not mounted by kured DaemonSet)
2026-02-22 12:46:12 +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
a3624f80e0
replace hardcoded namespace with module reference [ci skip] 2025-12-29 10:23:42 +00:00
Viktor Barzin
d0e68769e7
use ingress factory for all hosted ingresses [ci skip] 2025-01-14 22:53:04 +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
15e951bd09
add diun annotation [ci skip] 2024-08-17 20:23:20 +00:00
Viktor Barzin
c125ef578e upgrade dashy and add paperless-ngx [ci skip] 2024-08-04 00:08:13 +00:00
Viktor Barzin
3400621b47
upgrade dashy [ci skip] 2024-04-21 10:09:52 +00:00
Viktor Barzin
2809115359
bulk disable istio [ci skip] 2024-02-17 14:22:14 +00:00
Viktor Barzin
3ac50e2716
add dashy to istio [ci skip] 2024-01-08 23:05:44 +00:00
Viktor Barzin
3d7ca3c57d
make dashy publicly accessible [ci skip] 2023-10-23 22:05:56 +00:00
Viktor Barzin
7ca14aa7df
replace root.path with module.path for dashy conf [ci skip] 2023-10-22 11:39:02 +00:00
Viktor Barzin
1afd605f38
add dashy deployment and config 2023-10-21 22:54:05 +00:00
Viktor Barzin
e71c3946db
update tls certs; add technitium doh open without recursion for now; add dashy web 2023-10-21 12:14:31 +00:00