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": [ {