From d91f8e29001ecede4e60a8bf488e488a5291a9be Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Thu, 11 Dec 2025 07:39:55 +0100 Subject: [PATCH] fix yaml indentation --- plausible/resources/configmap.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plausible/resources/configmap.yaml b/plausible/resources/configmap.yaml index 7d393a7..732f04f 100644 --- a/plausible/resources/configmap.yaml +++ b/plausible/resources/configmap.yaml @@ -14,8 +14,8 @@ data: CLICKHOUSE_DATABASE_URL: http://plausible:plausiblearcodange@clickhouse.tools:8123/plausible -DB_POOL_SIZE: "30" -DB_QUEUE_TARGET: "10000" # 10 secondes -DB_CONNECT_TIMEOUT: "30000" # 30 secondes -DB_RECONNECT_ATTEMPTS: "5" -DB_RECONNECT_DELAY: "5000" \ No newline at end of file + DB_POOL_SIZE: "30" + DB_QUEUE_TARGET: "10000" # 10 secondes + DB_CONNECT_TIMEOUT: "30000" # 30 secondes + DB_RECONNECT_ATTEMPTS: "5" + DB_RECONNECT_DELAY: "5000" \ No newline at end of file