fix(gx10): complete intranet health probe network policy

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

View File

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