Added paddleocr

This commit is contained in:
AB from home.homenet
2026-02-16 11:31:57 +02:00
parent 6e79042ec8
commit 597a85eab4
3 changed files with 65 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
---
apiVersion: v1
kind: Service
metadata:
name: paddleocr
labels:
app: paddleocr
component: n8n
spec:
selector:
app: paddleocr
component: n8n
ports:
- name: http
port: 80
targetPort: 5000
protocol: TCP
type: ClusterIP