From adc21067faff0146db00ef8f41d361926188e391 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz <1578013+astoltz@users.noreply.github.com> Date: Sun, 21 Jun 2026 15:27:59 -0500 Subject: [PATCH] fix(gx10): allow intranet health probe egress --- .../intranet/networkpolicy-intranet-web.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/apps-gx10/intranet/networkpolicy-intranet-web.json b/apps-gx10/intranet/networkpolicy-intranet-web.json index 4b2052d..d676564 100644 --- a/apps-gx10/intranet/networkpolicy-intranet-web.json +++ b/apps-gx10/intranet/networkpolicy-intranet-web.json @@ -43,6 +43,72 @@ } ] }, + { + "ports": [ + { + "port": 8000, + "protocol": "TCP" + }, + { + "port": 8080, + "protocol": "TCP" + }, + { + "port": 8443, + "protocol": "TCP" + } + ], + "to": [ + { + "namespaceSelector": { + "matchLabels": { + "kubernetes.io/metadata.name": "traefik-system" + } + } + } + ] + }, + { + "ports": [ + { + "port": 80, + "protocol": "TCP" + }, + { + "port": 8080, + "protocol": "TCP" + }, + { + "port": 5100, + "protocol": "TCP" + }, + { + "port": 5200, + "protocol": "TCP" + }, + { + "port": 5217, + "protocol": "TCP" + }, + { + "port": 5300, + "protocol": "TCP" + }, + { + "port": 5320, + "protocol": "TCP" + }, + { + "port": 5400, + "protocol": "TCP" + } + ], + "to": [ + { + "namespaceSelector": {} + } + ] + }, { "ports": [ {