fix(gx10): allow intranet health probe egress

This commit is contained in:
Andrew Stoltz
2026-06-21 15:27:59 -05:00
parent e0b08a9e6f
commit adc21067fa

View File

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