-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to set operations-pool per baker (#577)
* Add ability to set operations-pool per baker Operations-pool allows the baker to target a flashbake endpoint or other external mempool provider by passing a URL. This was previously done by passing BAKER_EXTRA_ARGS env variable, but it would be the same for every baker in your pod. This allows setting an endpoint per baking address. * fix tests * only deploy baker-config if there is a baker * Update charts/tezos/values.yaml Co-authored-by: Aryeh Harris <harryttd@users.noreply.github.com> * improve values.yaml comments, per review * do not mount the baker-config vol if it does not exist * fix tests * in values.yaml, make baker1 example accurate * do not deploy baker config for non-bakers --------- Co-authored-by: Aryeh Harris <harryttd@users.noreply.github.com>
- Loading branch information
1 parent
f213d80
commit 7bf5c1c
Showing
7 changed files
with
106 additions
and
79 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
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