k8s multiple regions config

This commit is contained in:
2026-08-21 14:24:31 -03:00
parent c0a657b7f7
commit b1fce379cd
8 changed files with 213 additions and 68 deletions

View File

@@ -1,3 +1,12 @@
## Correção multi-target / N regiões
- removido hardcode `render_region ORD` / `render_region IAD`;
- nova variável `XAI_TARGETS` define qualquer quantidade de pools/endpoints;
- `XAI_REGIONS` mantida somente como alias de compatibilidade;
- deployment e rollout descobrem dinamicamente todos os manifests renderizados;
- suporte a múltiplos targets na mesma região OCI usando `REGION_ID` distintos;
- documentação e plano de testes generalizados para N targets.
# Changelog — TIA Regional / xAI Pool
## Implementação adicionada