fix(netpol): allow external egress (ports 80/443) for API websockets
Data service needs to reach Helius WSS, Solana RPC, Jupiter API, Hyperliquid — all external. Network policy had no egress rule for external traffic, so all API/websocket connections were blocked.
This commit is contained in:
parent
f9623b9ca2
commit
89bd139ba9
1 changed files with 7 additions and 0 deletions
|
|
@ -135,3 +135,10 @@ spec:
|
|||
protocol: TCP
|
||||
- port: 8003
|
||||
protocol: TCP
|
||||
# Allow external HTTPS/WSS (Helius, Solana, Jupiter, Hyperliquid APIs)
|
||||
- to: []
|
||||
ports:
|
||||
- port: 443
|
||||
protocol: TCP
|
||||
- port: 80
|
||||
protocol: TCP
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue