- Add comprehensive AI plans implementation documentation - Add LiteLLM gateway Kubernetes manifests - Update PostgreSQL and Forgejo deployment configs - Add build-from-binaries script
15 lines
226 B
YAML
15 lines
226 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: litellm
|
|
namespace: nxtgauge-ai
|
|
labels:
|
|
app: litellm
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 4000
|
|
targetPort: 4000
|
|
name: http
|
|
selector:
|
|
app: litellm
|