Created
June 17, 2022 12:13
-
-
Save qrkourier/f21e81ceb15a8e5530aee14a107497cd to your computer and use it in GitHub Desktop.
OpenZiti service configs for RKE control plane ports
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"address": "127.0.0.1", | |
"allowedPortRanges": [ | |
{ | |
"high": 10256, | |
"low": 10256 | |
}, | |
{ | |
"high": 4789, | |
"low": 4789 | |
}, | |
{ | |
"high": 32767, | |
"low": 30000 | |
}, | |
{ | |
"high": 9099, | |
"low": 9099 | |
}, | |
{ | |
"high": 6443, | |
"low": 6443 | |
}, | |
{ | |
"high": 80, | |
"low": 80 | |
}, | |
{ | |
"high": 2376, | |
"low": 2376 | |
}, | |
{ | |
"high": 2380, | |
"low": 2379 | |
}, | |
{ | |
"high": 10254, | |
"low": 10250 | |
}, | |
{ | |
"high": 443, | |
"low": 443 | |
}, | |
{ | |
"high": 8472, | |
"low": 8472 | |
} | |
], | |
"allowedProtocols": [ | |
"tcp", | |
"udp" | |
], | |
"forwardPort": true, | |
"forwardProtocol": true | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"addresses": [ | |
"worker1.example.com", | |
"controller1.example.com", | |
"192.168.0.150", | |
"172.103.104.245" | |
], | |
"portRanges": [ | |
{ | |
"high": 10256, | |
"low": 10256 | |
}, | |
{ | |
"high": 4789, | |
"low": 4789 | |
}, | |
{ | |
"high": 32767, | |
"low": 30000 | |
}, | |
{ | |
"high": 9099, | |
"low": 9099 | |
}, | |
{ | |
"high": 6443, | |
"low": 6443 | |
}, | |
{ | |
"high": 80, | |
"low": 80 | |
}, | |
{ | |
"high": 2376, | |
"low": 2376 | |
}, | |
{ | |
"high": 2380, | |
"low": 2379 | |
}, | |
{ | |
"high": 10254, | |
"low": 10250 | |
}, | |
{ | |
"high": 443, | |
"low": 443 | |
}, | |
{ | |
"high": 8472, | |
"low": 8472 | |
} | |
], | |
"protocols": [ | |
"tcp", | |
"udp" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment