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] 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