From 92c86bb2b390a9d74f84d53b3edeccd239f3f0f5 Mon Sep 17 00:00:00 2001 From: Khantwal Date: Wed, 29 Jan 2025 11:43:27 +0530 Subject: Chef removal changes from catalog-fe - Removed chef from catalog-fe module with kubernetes resources. Issue-ID: SDC-4699 Change-Id: If599ea2136bb8dd98a816a9961f25ef0a4c39e25 Signed-off-by: Anamika Khantwal --- .../artifacts/files/startdConfig/http.ini | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 catalog-fe/sdc-frontend/artifacts/files/startdConfig/http.ini (limited to 'catalog-fe/sdc-frontend/artifacts/files/startdConfig/http.ini') diff --git a/catalog-fe/sdc-frontend/artifacts/files/startdConfig/http.ini b/catalog-fe/sdc-frontend/artifacts/files/startdConfig/http.ini new file mode 100644 index 0000000000..5ee6ea8127 --- /dev/null +++ b/catalog-fe/sdc-frontend/artifacts/files/startdConfig/http.ini @@ -0,0 +1,29 @@ +# --------------------------------------- +# Module: http +--module=http + +### HTTP Connector Configuration + +## Connector host/address to bind to +# jetty.http.host=0.0.0.0 + +## Connector port to listen on +jetty.http.port=8181 + +## Connector idle timeout in milliseconds +jetty.http.idleTimeout=30000 + +## Connector socket linger time in seconds (-1 to disable) +# jetty.http.soLingerTime=-1 + +## Number of acceptors (-1 picks default based on number of cores) +# jetty.http.acceptors=-1 + +## Number of selectors (-1 picks default based on number of cores) +# jetty.http.selectors=-1 + +## ServerSocketChannel backlog (0 picks platform default) +# jetty.http.acceptorQueueSize=0 + +## Thread priority delta to give to acceptor threads +# jetty.http.acceptorPriorityDelta=0 -- cgit 1.2.3-korg