Files
argocd-apps/argocd/projects/aitooling.yaml
T
unkinben aa00ed988a
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
feat: add litellm to new aitooling ArgoCD project
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.
2026-05-01 21:32:03 +10:00

20 lines
421 B
YAML

---
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: aitooling
namespace: argocd
spec:
description: AI tooling services
sourceRepos:
- https://git.unkin.net/unkin/argocd-apps
destinations:
- namespace: 'litellm'
server: https://kubernetes.default.svc
clusterResourceWhitelist:
- group: ''
kind: Namespace
namespaceResourceWhitelist:
- group: '*'
kind: '*'