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