Skip to content

Commit

Permalink
Fix geth (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
unxnn authored Dec 28, 2021
1 parent 5fc12ab commit 6d523ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/geth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ livenessProbe:
failureThreshold: 3
successThreshold: 1
httpGet:
path: /geth/liveness
path: /eth1/liveness
port: sidecar
scheme: HTTP

Expand All @@ -245,6 +245,6 @@ readinessProbe:
failureThreshold: 30
successThreshold: 1
httpGet:
path: /geth/readiness
path: /eth1/readiness
port: sidecar
scheme: HTTP

0 comments on commit 6d523ba

Please sign in to comment.