Skip to content

Commit

Permalink
limit healthcheck to looking up 1 image max, to avoid healthcheck tim…
Browse files Browse the repository at this point in the history
…eouts when listing many images
  • Loading branch information
damoon committed May 23, 2021
1 parent cf2dde1 commit 8ff092f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service-dependencies/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
port: 5000
readinessProbe:
httpGet:
path: /v2/_catalog
path: /v2/_catalog?n=1
port: 5000
lifecycle:
preStop:
Expand Down

0 comments on commit 8ff092f

Please sign in to comment.