fix: allow paperless namespace ingress to api-gateway
CI / CI (pull_request) Failing after 3m7s

paperless-ai needs LLM API access for document auto-tagging
This commit is contained in:
Admin Bot
2026-09-13 13:53:24 +09:00
parent 0943df8a42
commit 1e8b0c4ad6
+8
View File
@@ -46,6 +46,14 @@ spec:
ports: ports:
- protocol: TCP - protocol: TCP
port: 8080 port: 8080
# Allow from paperless namespace (paperless-ai document auto-tagging)
- from:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: paperless
ports:
- protocol: TCP
port: 8080
egress: egress:
# Allow DNS # Allow DNS
- to: - to: