fix: allow portfolio namespace to reach api-gateway for LLM chat
CI / Vet, test, build (push) Successful in 3m52s
CI / Build and push image (push) Successful in 1m17s

This commit is contained in:
Admin Bot
2026-09-01 11:15:23 -07:00
parent 14cc67833c
commit 8ba4e0facc
+8
View File
@@ -38,6 +38,14 @@ spec:
ports: ports:
- protocol: TCP - protocol: TCP
port: 8080 port: 8080
# Allow from portfolio namespace (riotpiao.com chat terminal)
- from:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: portfolio
ports:
- protocol: TCP
port: 8080
egress: egress:
# Allow DNS # Allow DNS
- to: - to: