From ac05fbc78827c00dec3ff5e56d557b65e40d520d Mon Sep 17 00:00:00 2001 From: Andrew Stoltz <1578013+astoltz@users.noreply.github.com> Date: Sun, 21 Jun 2026 15:30:59 -0500 Subject: [PATCH] fix(gx10): complete intranet health probe network policy --- .../intranet/networkpolicy-intranet-web.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/apps-gx10/intranet/networkpolicy-intranet-web.json b/apps-gx10/intranet/networkpolicy-intranet-web.json index d676564..1846101 100644 --- a/apps-gx10/intranet/networkpolicy-intranet-web.json +++ b/apps-gx10/intranet/networkpolicy-intranet-web.json @@ -78,6 +78,10 @@ "port": 8080, "protocol": "TCP" }, + { + "port": 5000, + "protocol": "TCP" + }, { "port": 5100, "protocol": "TCP" @@ -142,6 +146,23 @@ "protocol": "TCP" } ] + }, + { + "from": [ + { + "podSelector": { + "matchLabels": { + "app": "intranet-web" + } + } + } + ], + "ports": [ + { + "port": 5300, + "protocol": "TCP" + } + ] } ], "podSelector": {