Skip to content

Commit

Permalink
feat(hermes): change liveness to use liveness probe (#17)
Browse files Browse the repository at this point in the history
We no longer need to restart when the service is not raedy
as the dependencies are going to have proper probes and if they
fail hermes will reconnect to them.
  • Loading branch information
ali-bahjati authored Oct 16, 2023
1 parent 67c6ddb commit 41184ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/hermes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: hermes
description: Pyth cross-chain server
type: application
version: 0.3.1
version: 0.3.2
appVersion: v0.3.3
2 changes: 1 addition & 1 deletion charts/hermes/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hermes

![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.3.3](https://img.shields.io/badge/AppVersion-v0.3.3-informational?style=flat-square)
![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.3.3](https://img.shields.io/badge/AppVersion-v0.3.3-informational?style=flat-square)

Pyth cross-chain server

Expand Down
2 changes: 1 addition & 1 deletion charts/hermes/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /ready
path: /live
port: 8080
initialDelaySeconds: 30
periodSeconds: 5
Expand Down

0 comments on commit 41184ee

Please sign in to comment.