nxtgauge-gitops/apps/litellm/base
sync-test 2c34d78534
All checks were successful
sync-to-forgejo / sync (push) Successful in 14s
fix(litellm): restore DATABASE_URL env var lost when adopting the drifted live deployment
kubectl apply replaced the live pod's env list wholesale with what was
in this file (which never had DATABASE_URL, despite the
litellm-db-credentials secret already existing) — litellm's proxy
requires DB connectivity to fully start regardless of config.yaml
content, so this caused an immediate crash loop. Restored it.
2026-07-21 06:40:18 +05:30
..
configmap.yaml feat(ai): add AI plans docs, LiteLLM manifests, and infrastructure updates 2026-06-15 06:15:41 +05:30
db-secret.yaml Encrypt all secrets with SOPS, add Flux decryption support, rotate JWT_SECRET/AI_SERVICE_KEY 2026-07-02 17:56:28 +05:30
deployment.yaml fix(litellm): restore DATABASE_URL env var lost when adopting the drifted live deployment 2026-07-21 06:40:18 +05:30
ingress.yaml feat(ai): add AI plans docs, LiteLLM manifests, and infrastructure updates 2026-06-15 06:15:41 +05:30
kustomization.yaml feat(ai): add AI plans docs, LiteLLM manifests, and infrastructure updates 2026-06-15 06:15:41 +05:30
postgres.yaml fix(ai): set postgres pgdata subdir 2026-06-15 07:26:55 +05:30
ratelimit.yaml feat(ai): add AI plans docs, LiteLLM manifests, and infrastructure updates 2026-06-15 06:15:41 +05:30
secret.yaml Encrypt all secrets with SOPS, add Flux decryption support, rotate JWT_SECRET/AI_SERVICE_KEY 2026-07-02 17:56:28 +05:30
service.yaml feat(ai): add AI plans docs, LiteLLM manifests, and infrastructure updates 2026-06-15 06:15:41 +05:30