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