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