From 900db86aa50109145a48945318b35e104b4d8181 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sat, 21 Oct 2023 00:45:41 +0200 Subject: [PATCH] fix(shared): Adjust mailbox.org network policy to allow mail protocols --- shared/networkpolicies/allow-to-mailbox-org.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shared/networkpolicies/allow-to-mailbox-org.yaml b/shared/networkpolicies/allow-to-mailbox-org.yaml index 4c0841793..a17464858 100644 --- a/shared/networkpolicies/allow-to-mailbox-org.yaml +++ b/shared/networkpolicies/allow-to-mailbox-org.yaml @@ -10,8 +10,8 @@ spec: cidr: 185.97.174.196/32 ports: - protocol: TCP - port: 80 + port: 993 - protocol: TCP - port: 443 + port: 465 policyTypes: - - Egress \ No newline at end of file + - Egress -- GitLab