From 8214bb8e337da1b8d84b4ba87b3a390068f1fe59 Mon Sep 17 00:00:00 2001 From: Stefan Prodan <stefan.prodan@gmail.com> Date: Thu, 14 Jan 2021 13:38:38 +0200 Subject: [PATCH] Allow egress traffic for controller pods Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> --- manifests/policies/deny-ingress.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/policies/deny-ingress.yaml b/manifests/policies/deny-ingress.yaml index 5577032b..a7813719 100644 --- a/manifests/policies/deny-ingress.yaml +++ b/manifests/policies/deny-ingress.yaml @@ -5,7 +5,10 @@ metadata: spec: policyTypes: - Ingress + - Egress ingress: - from: - podSelector: {} + egress: + - {} podSelector: {} -- GitLab