Skip to content

Commit

Permalink
fix(chart): datastore healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanLonguet committed Apr 24, 2024
1 parent 212ca76 commit 45528ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/charts/burrito/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ datastore:
periodSeconds: 20
readinessProbe:
httpGet:
path: /readyz
path: /healthz
port: 8080
initialDelaySeconds: 15
periodSeconds: 20
Expand Down

0 comments on commit 45528ab

Please sign in to comment.