TestLLM / deploy /kubernetes /service.yaml
Raju2024's picture
Upload 1072 files
e3278e4 verified
raw
history blame contribute delete
187 Bytes
apiVersion: v1
kind: Service
metadata:
name: litellm-service
spec:
selector:
app: litellm
ports:
- protocol: TCP
port: 4000
targetPort: 4000
type: LoadBalancer