Commit graph

6 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
9689b67895 Add GPU node taint tolerations and enhance GPU memory exporter
Add nvidia.com/gpu toleration to all GPU workloads (frigate, ollama)
to support NoSchedule taint on GPU nodes. Update nvidia operator
helm values with daemonset tolerations. Enhance GPU pod memory
exporter with Kubernetes API integration to resolve container IDs
to pod names/namespaces, adding RBAC resources for API access.
2026-02-06 20:19:26 +00:00
Viktor Barzin
15ec331589 add ollama [ci skip] 2025-12-14 09:50:16 +00:00
Viktor Barzin
b052dfcb6f update ollama to work again [ci skip] 2025-05-04 11:25:39 +00:00
Viktor Barzin
5f3ba7fe4c
pin ollama to node1 as that has mostmemory for now [ci skip] 2024-12-27 21:41:04 +00:00
Viktor Barzin
a3e37a0aa1
add ollama deployment with a ui [ci skip] 2024-06-08 19:22:46 +00:00