fix: allow portfolio namespace to reach api-gateway for LLM chat
This commit is contained in:
@@ -38,6 +38,14 @@ spec:
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 8080
|
||||
# Allow from portfolio namespace (riotpiao.com chat terminal)
|
||||
- from:
|
||||
- namespaceSelector:
|
||||
matchLabels:
|
||||
kubernetes.io/metadata.name: portfolio
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 8080
|
||||
egress:
|
||||
# Allow DNS
|
||||
- to:
|
||||
|
||||
Reference in New Issue
Block a user