Added LiteLLM to the stack
This commit is contained in:
12
Development/litellm/deploy/kubernetes/service.yaml
Normal file
12
Development/litellm/deploy/kubernetes/service.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: litellm-service
|
||||
spec:
|
||||
selector:
|
||||
app: litellm
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 4000
|
||||
targetPort: 4000
|
||||
type: LoadBalancer
|
Reference in New Issue
Block a user