commit b128a0008e45acb6b283a44c63d873536b0c71e0 parent 41bfb04d311483d44d29aa4b8186126c2635657d Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 1 Apr 2025 00:06:09 +0200 Fix issues with archivebox Diffstat:
| M | apps/base/element_changedetection/element_deployment.yaml | | | 10 | ++++++++-- |
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/apps/base/element_changedetection/element_deployment.yaml b/apps/base/element_changedetection/element_deployment.yaml @@ -51,7 +51,7 @@ spec: name: element-changedetection key: admin_password - name: ALLOWED_HOSTS - value: "https://element-changes.midnightthoughts.space" + value: "element-changes.midnightthoughts.space" - name: CSRF_TRUSTED_ORIGINS value: "https://element-changes.midnightthoughts.space" - name: TZ @@ -76,10 +76,16 @@ spec: httpGet: path: / port: 8000 + httpHeaders: + - name: Host + value: "element-changes.midnightthoughts.space" readinessProbe: httpGet: path: / port: 8000 + httpHeaders: + - name: Host + value: "element-changes.midnightthoughts.space" resources: requests: ephemeral-storage: 1024Mi @@ -119,7 +125,7 @@ spec: - schedule - --foreground - --update - - --every="15 * * * *" + - --every="0/5 * * * *" resources: requests: ephemeral-storage: 1024Mi