From ebc7b9a337a5d3c86d6d3f226c5b7bf594cf04e9 Mon Sep 17 00:00:00 2001 From: roy_fuel <96140895+rfuelsh@users.noreply.github.com> Date: Sun, 5 May 2024 12:11:26 -0400 Subject: [PATCH 1/3] Update Chart.yaml --- helm/fuel-subgraph/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/fuel-subgraph/Chart.yaml b/helm/fuel-subgraph/Chart.yaml index 772f17c..6801b52 100644 --- a/helm/fuel-subgraph/Chart.yaml +++ b/helm/fuel-subgraph/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.3 +version: 0.2.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to From d67051021a04b3dfc05025bd0d31756b9a52e8ab Mon Sep 17 00:00:00 2001 From: roy_fuel <96140895+rfuelsh@users.noreply.github.com> Date: Sun, 5 May 2024 12:14:15 -0400 Subject: [PATCH 2/3] Update deployment.yaml --- helm/fuel-subgraph/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/fuel-subgraph/templates/deployment.yaml b/helm/fuel-subgraph/templates/deployment.yaml index 62305d6..671d091 100644 --- a/helm/fuel-subgraph/templates/deployment.yaml +++ b/helm/fuel-subgraph/templates/deployment.yaml @@ -44,8 +44,8 @@ spec: protocol: TCP livenessProbe: httpGet: - path: / - port: http + path: /health + port: firehose initialDelaySeconds: 10 periodSeconds: 5 timeoutSeconds: 10 From 40cff3bce61fef9de3e4e62667da85cca0322f13 Mon Sep 17 00:00:00 2001 From: roy_fuel <96140895+rfuelsh@users.noreply.github.com> Date: Mon, 6 May 2024 11:48:50 -0400 Subject: [PATCH 3/3] Update deployment.yaml --- helm/fuel-subgraph/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/fuel-subgraph/templates/deployment.yaml b/helm/fuel-subgraph/templates/deployment.yaml index 671d091..6030329 100644 --- a/helm/fuel-subgraph/templates/deployment.yaml +++ b/helm/fuel-subgraph/templates/deployment.yaml @@ -44,8 +44,8 @@ spec: protocol: TCP livenessProbe: httpGet: - path: /health - port: firehose + path: /healthz + port: 10011 initialDelaySeconds: 10 periodSeconds: 5 timeoutSeconds: 10