Files
litellm/k8s/base/service.yaml
Milki, Rodrigo Salvador 750b888845 commit inicial
2026-04-01 01:53:43 -03:00

14 lines
192 B
YAML

apiVersion: v1
kind: Service
metadata:
name: litellm
namespace: litellm
spec:
selector:
app: litellm
ports:
- protocol: TCP
port: 4000
targetPort: 4000
type: ClusterIP