From 8ff092f404d758fa45c3c5c43ab3285302b5786a Mon Sep 17 00:00:00 2001 From: David Sauer Date: Sun, 23 May 2021 12:49:16 +0200 Subject: [PATCH] limit healthcheck to looking up 1 image max, to avoid healthcheck timeouts when listing many images --- service-dependencies/registry.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service-dependencies/registry.yaml b/service-dependencies/registry.yaml index ad444559..7d96fe16 100644 --- a/service-dependencies/registry.yaml +++ b/service-dependencies/registry.yaml @@ -42,7 +42,7 @@ spec: port: 5000 readinessProbe: httpGet: - path: /v2/_catalog + path: /v2/_catalog?n=1 port: 5000 lifecycle: preStop: