fix(gx10): complete intranet health probe network policy
This commit is contained in:
@@ -78,6 +78,10 @@
|
|||||||
"port": 8080,
|
"port": 8080,
|
||||||
"protocol": "TCP"
|
"protocol": "TCP"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"port": 5000,
|
||||||
|
"protocol": "TCP"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"port": 5100,
|
"port": 5100,
|
||||||
"protocol": "TCP"
|
"protocol": "TCP"
|
||||||
@@ -142,6 +146,23 @@
|
|||||||
"protocol": "TCP"
|
"protocol": "TCP"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": [
|
||||||
|
{
|
||||||
|
"podSelector": {
|
||||||
|
"matchLabels": {
|
||||||
|
"app": "intranet-web"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"ports": [
|
||||||
|
{
|
||||||
|
"port": 5300,
|
||||||
|
"protocol": "TCP"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"podSelector": {
|
"podSelector": {
|
||||||
|
|||||||
Reference in New Issue
Block a user