From 2fbd0e72d34c6e135861850eb28c3edd15595ce9 Mon Sep 17 00:00:00 2001 From: Christoph Barbian Date: Fri, 21 Jul 2023 17:44:18 +0200 Subject: [PATCH] allow all egress (to overcome istio sidecar connection problems) --- pkg/operator/data/parameters.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/pkg/operator/data/parameters.yaml b/pkg/operator/data/parameters.yaml index 9c60abb..9a8a298 100644 --- a/pkg/operator/data/parameters.yaml +++ b/pkg/operator/data/parameters.yaml @@ -172,14 +172,8 @@ networkPolicy: enabled: true extraEgress: - ports: - - port: 53 - protocol: UDP - - port: 53 - protocol: TCP - - port: 8053 - protocol: UDP - - port: 8053 - protocol: TCP + - protocol: UDP + - protocol: TCP extraDeploy: - apiVersion: v1