ethpandaops / ethereum-helm-charts

A set of Helm charts to run multiple components of the Ethereum blockchain on Kubernetes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update smart-contract-verifier-http

skylenet opened this issue · comments

@skylenet FYI this PR blockscout/blockscout-rs#340 changes the service port number from 8043 to 8050 so this chart currently gets stuck in a restart loop. Liveness probe cannot find the service on 8043 anymore.

easy enough to fix by changing the values.yaml port probe ports from http to 8050

Thanks!

Thank you @Sledro . That was helpful. It seems like they accidentally forgot to also update a bunch of config files and docker examples that they provide within the same repo. Could be worth to make a PR for that on https://github.com/blockscout/blockscout-rs/ .

The helm chart should work again now 🙏 Sorry for the delay on fixing this.