Skip to content

Commit

Permalink
fix: fix liveness and readiness endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
vandot committed Jul 8, 2024
1 parent 623b1b6 commit 7643021
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/bee/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: 2.1.0
name: bee
version: 0.16.0
version: 0.16.1
kubeVersion: ">=1.19.0-0"
description: Ethereum Swarm Bee Helm chart for Kubernetes
home: https://www.ethswarm.org
Expand Down
4 changes: 2 additions & 2 deletions charts/bee/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,12 @@ spec:
{{- if .Values.probesEnable }}
livenessProbe:
httpGet:
path: /
path: /health
port: api
initialDelaySeconds: 20
readinessProbe:
httpGet:
path: /
path: /readiness
port: api
initialDelaySeconds: 20
{{- end }}
Expand Down

0 comments on commit 7643021

Please sign in to comment.