oxheadalpha / tezos-k8s

Deploy a Tezos Blockchain on Kubernetes
https://tezos-k8s.io/
MIT License
50 stars 26 forks source link

Add ability to set operations-pool per baker #577

Closed nicolasochem closed 1 year ago

nicolasochem commented 1 year ago

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.