Files
klaster/apps/crawl4ai/service.yaml
2026-03-16 19:41:09 +01:00

15 lines
220 B
YAML

apiVersion: v1
kind: Service
metadata:
name: crawl4ai
namespace: crawl4ai
spec:
type: ClusterIP
selector:
app: crawl4ai
ports:
- name: http
port: 11235
targetPort: 11235
protocol: TCP