agentic-os/ai-core/litellm/service.yaml

15 lines
242 B
YAML

apiVersion: v1
kind: Service
metadata:
name: litellm
namespace: ai-core
labels:
app.kubernetes.io/name: litellm
spec:
selector:
app.kubernetes.io/name: litellm
ports:
- name: http
port: 4000
targetPort: 4000