-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New rpc flags backward compatibility improvement (#241)
* add node.perNodeServices.apiService.rpcPort config value while keeping backward compatible with wsPort and httpPort for legacy flags * remove setting of collator relay-chain rpc-port to 9945 which was a workaround for paritytech/cumulus#2529 * bump node chart patch version * use correct 'containerPort' and omit protocol=TCP as it is the default value * remove websocket-rpc and http-rpc port from podspec but set as targetPort in service * set wsPort default to 9955 as it can't be set be the same as another port * call new rpc pod portfor startup probe * add back line that was erroneously removed * revert to hardcoded 9933/9944 for rpc-http and rpc-websocket ports when using legacy rpc flags * hardcode port numbers for legacy rpc flags per node services
- Loading branch information
1 parent
6863bf8
commit 609bbf6
Showing
5 changed files
with
40 additions
and
18 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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