Skip to content

Commit

Permalink
fix(beacon): remove additional liveness probe (#16)
Browse files Browse the repository at this point in the history
* fix(beacon): remove additional liveness probe

* pre-commit
  • Loading branch information
ali-bahjati authored Oct 13, 2023
1 parent b24fe22 commit 67c6ddb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/beacon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: beacon
description: Highly available Wormhole RPC
type: application
version: 0.1.0
version: 0.1.1
appVersion: v0.1.0
2 changes: 1 addition & 1 deletion charts/beacon/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# beacon

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

Highly available Wormhole RPC

Expand Down
7 changes: 0 additions & 7 deletions charts/beacon/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@ spec:
- containerPort: 30910
protocol: UDP
name: wormhole-listen
livenessProbe:
httpGet:
path: /ready
port: 9000
initialDelaySeconds: 30
periodSeconds: 5
failureThreshold: 1
livenessProbe:
httpGet:
path: /
Expand Down

0 comments on commit 67c6ddb

Please sign in to comment.