fix: allow port 80 in inter-service egress for ClusterIP traffic
This commit is contained in:
parent
79e0d98fbe
commit
18764cf6b5
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue