fix: allow SMTP port 587 egress for Gmail notifications

The trading engine network policy only allowed egress on ports 443
(HTTPS) and 53 (DNS). Gmail SMTP uses port 587 (STARTTLS), causing
'Network is unreachable' when sending notifications.
This commit is contained in:
Celes Renata
2026-04-16 05:04:08 +00:00
parent c4666c071b
commit a3b2e97c2c
@@ -126,6 +126,8 @@ spec:
ports:
- protocol: TCP
port: 443
- protocol: TCP
port: 587
- to:
- namespaceSelector: {}
ports: