aa00ed988a
Deploys LiteLLM proxy with CNPG PostgreSQL (3-instance HA), PgBouncer pooler, and Redis cache. Introduces a dedicated aitooling AppProject and ApplicationSet to keep AI tooling services separate from platform infra.
10 lines
157 B
YAML
10 lines
157 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- aitooling.yaml
|
|
- observability.yaml
|
|
- platform.yaml
|
|
- storage.yaml
|