cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 34d67ed54546ab2c9010be45d79c9cffc81ee09b
parent a4de1e269dbcc4af06c5106de37511a5aa659e92
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue,  1 Apr 2025 00:50:55 +0200

Fix issues with archivebox

Diffstat:
Mapps/base/element_changedetection/element_deployment.yaml | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/apps/base/element_changedetection/element_deployment.yaml b/apps/base/element_changedetection/element_deployment.yaml @@ -67,6 +67,8 @@ spec: value: "sonic" - name: SEARCH_BACKEND_HOST value: "localhost" + - name: TIMEOUT + value: "360" - name: SEARCH_BACKEND_PASSWORD valueFrom: secretKeyRef: @@ -107,7 +109,7 @@ spec: - name: PGID value: "911" - name: TIMEOUT - value: "120" + value: "360" - name: SEARCH_BACKEND_ENGINE value: "sonic" - name: SEARCH_BACKEND_HOST