From e0ab35d07d666e512b2490eb4b319e78b1515d26 Mon Sep 17 00:00:00 2001 From: nleconte-csgroup Date: Tue, 12 Mar 2024 18:48:27 +0100 Subject: [PATCH] wip: catalog --- charts/rs-server-catalog/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/rs-server-catalog/templates/deployment.yaml b/charts/rs-server-catalog/templates/deployment.yaml index 5eb6a38..36889be 100644 --- a/charts/rs-server-catalog/templates/deployment.yaml +++ b/charts/rs-server-catalog/templates/deployment.yaml @@ -58,7 +58,7 @@ spec: value: "YES" - name: GDAL_DISABLE_READDIR_ON_OPEN value: EMPTY_DIR - - name: EMPTY_DIR + - name: DB_MIN_CONN_SIZE value: "1" - name: DB_MAX_CONN_SIZE value: "1"