Commit graph

7 commits

Author SHA1 Message Date
ca256160a2 docs: add playbook documentation for NVIDIA device plugin and vLLM setup 2026-07-20 17:37:34 +03:00
a.kazantsev
20aaf42a0a refactor(uyuni): comment out unused storageClass and duplicate mode setting
- Disable `global.persistence.storageClass` in defaults to use cluster default
- Remove redundant commented `mode: 256` line in helm task for clarity
2026-07-20 17:28:38 +03:00
12bcf77d62 style(helm): convert inline JSON ConfigMaps to YAML format
Replace inline JSON string definitions with native YAML syntax for Kubernetes resource manifests in helm.yml, improving readability and maintainability while preserving identical resource configurations.
2026-07-19 18:40:02 +03:00
0194a6fc0e refactor(uyuni): integrate cert-manager for automated TLS certificate provisioning
Replace manual TLS secret creation with cert-manager Certificate resources and automatic secret provisioning, enabling dynamic certificate issuance from Let's Encrypt while improving infrastructure reliability and reducing operational overhead.
2026-07-19 16:02:07 +03:00
45a7ea0d93 feat(infra): add cert-manager role and setup playbook
Introduce cert-manager role and a dedicated playbook for automated certificate management setup, complementing the newly restructured uyuni role for comprehensive infrastructure automation.
2026-07-19 15:32:16 +03:00
6e0200f64c refactor(infra): restructure metrics collection infrastructure
Added new playbook `setup_metrics_server.yml` and standalone role `roles/metrics_server/` to centralize Kubernetes metrics server deployment and configuration, separating concerns from the main uyuni role for modularity and reuse.
2026-07-19 15:02:19 +03:00
a.kazantsev
a82c1ca025 initial commit from gigacoms 2026-07-15 11:14:21 +03:00