add crawl4ai deployment

This commit is contained in:
2026-03-16 19:41:09 +01:00
parent 79315d32db
commit afdada25a0
8 changed files with 135 additions and 0 deletions

View File

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