Shyamnath's picture
Push UI dashboard and deployment files
c40c75a
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