Skip to content

Commit a146953

Browse files
committed
add limit for registry ui, Joxit/docker-registry-ui#306
1 parent 827d2f0 commit a146953

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Apps/RegistryUI.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public RegistryUI(Namespace ns,
2626
) : base(ns, name, "web", Port, image,
2727
env: K8s.ContainerEnv(
2828
("NGINX_PROXY_PASS_URL", registryUrl),
29+
("CATALOG_ELEMENTS_LIMIT", "1000"),
2930
("SINGLE_REGISTRY", singleRegistry ? "true" : "false")
3031
)
3132
) {
@@ -37,4 +38,4 @@ public RegistryUI(Namespace ns,
3738
LoadBalancerIP = lb.LoadBalancerIP();
3839
}
3940
}
40-
}
41+
}

0 commit comments

Comments
 (0)