commit a4de1e269dbcc4af06c5106de37511a5aa659e92
parent 6e18dfd7319a184bf771583f78f9a7cab47089a8
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 1 Apr 2025 00:48:37 +0200
Fix issues with archivebox
Diffstat:
1 file changed, 4 insertions(+), 12 deletions(-)
diff --git a/apps/base/element_changedetection/element_deployment.yaml b/apps/base/element_changedetection/element_deployment.yaml
@@ -41,6 +41,7 @@ spec:
#- init
#- --setup
- server
+ - --reload
- 0.0.0.0:8000
env:
- name: ADMIN_USERNAME
@@ -91,10 +92,7 @@ spec:
ephemeral-storage: 1024Mi
cpu: 100m
memory: 200Mi
- limits:
- ephemeral-storage: 2048Mi
- cpu: 2000m
- memory: 2000Mi
+ limits: {}
volumeMounts:
- mountPath: /data
name: element-changedetection-data
@@ -136,10 +134,7 @@ spec:
ephemeral-storage: 1024Mi
cpu: 1000m
memory: 1000Mi
- limits:
- ephemeral-storage: 2048Mi
- cpu: 2000m
- memory: 3000Mi
+ limits: {}
volumeMounts:
- mountPath: /data
name: element-changedetection-data
@@ -159,10 +154,7 @@ spec:
ephemeral-storage: 1024Mi
cpu: 100m
memory: 200Mi
- limits:
- ephemeral-storage: 2048Mi
- cpu: 2000m
- memory: 3000Mi
+ limits: {}
securityContext:
allowPrivilegeEscalation: false
capabilities: