fix: allow port 80 in inter-service egress for ClusterIP traffic

This commit is contained in:
Hermes DevOps 2026-05-29 13:16:35 +00:00
parent 79e0d98fbe
commit 18764cf6b5

View file

@ -115,7 +115,7 @@ spec:
ports:
- port: 9092
protocol: TCP
# Allow inter-service egress
# Allow inter-service egress (via ClusterIP services on port 80, plus direct pod ports)
- to:
- podSelector:
matchExpressions:
@ -127,6 +127,8 @@ spec:
- trading-news-service
- trading-dashboard
ports:
- port: 80
protocol: TCP
- port: 8000
protocol: TCP
- port: 8001