forked from phoenix/litellm-mirror
12 lines
No EOL
187 B
YAML
12 lines
No EOL
187 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: litellm-service
|
|
spec:
|
|
selector:
|
|
app: litellm
|
|
ports:
|
|
- protocol: TCP
|
|
port: 4000
|
|
targetPort: 4000
|
|
type: LoadBalancer |