Skip to content

Commit

Permalink
Increase liveness probe timeout to 5 minutes (FuelLabs#1709)
Browse files Browse the repository at this point in the history
Increase liveness probe timeout to 5 minutes to allow fuel-core DB to
initialize further
  • Loading branch information
rfuelsh authored Feb 26, 2024
1 parent 50a9f9e commit a349ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/charts/templates/fuel-core-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ spec:
httpGet:
path: /health
port: {{ .Values.app.target_port }}
initialDelaySeconds: 10
initialDelaySeconds: 300
periodSeconds: 5
timeoutSeconds: 10
volumeMounts:
Expand Down

0 comments on commit a349ea8

Please sign in to comment.