add crawl4ai-proxy for openwebui

This commit is contained in:
2026-03-16 20:25:30 +01:00
parent afdada25a0
commit b54c05b956
4 changed files with 68 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: crawl4ai-proxy
namespace: crawl4ai
spec:
type: ClusterIP
selector:
app: crawl4ai-proxy
ports:
- name: http
port: 8000
targetPort: 8000
protocol: TCP