fix(gx10): complete intranet health probe network policy
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user