Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions kustomize/overlays/vcell-ai-rke-dev/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,20 @@ spec:
name: litellm
port:
number: 4000
# The dashboard asks for its favicon at an absolute /get_favicon.
# LiteLLM only prefix-rewrites assets built under its asset prefix
# ("/litellm-asset-prefix"), and this href isn't one of them, so it
# escapes /kartik and hits the frontend. Exact match, and the name is
# LiteLLM-specific, so nothing of the Next.js app is shadowed.
# Reaching LiteLLM unprefixed is fine: root_path only strips /kartik
# when it's actually present.
- path: /get_favicon
pathType: Exact
backend:
service:
name: litellm
port:
number: 4000
---
apiVersion: networking.k8s.io/v1
kind: Ingress
Expand Down
Loading