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:
@@ -126,6 +126,8 @@ spec:
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 443
|
||||
- protocol: TCP
|
||||
port: 587
|
||||
- to:
|
||||
- namespaceSelector: {}
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user