Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Commit 2a65d2d

Browse files
authored
helm- update liveness probe (#55)
1 parent 9bef77f commit 2a65d2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

helm/fuel-subgraph/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.2.3
18+
version: 0.2.4
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

helm/fuel-subgraph/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ spec:
4444
protocol: TCP
4545
livenessProbe:
4646
httpGet:
47-
path: /
48-
port: http
47+
path: /healthz
48+
port: 10011
4949
initialDelaySeconds: 10
5050
periodSeconds: 5
5151
timeoutSeconds: 10

0 commit comments

Comments
 (0)