Skip to content

Commit 2dcf76e

Browse files
author
Michael Buchar
committed
feat(config): limit workspace file listing and implement GC (#899)
Set default values for FORCE_GARBAGE_COLLECTION and WORKSPACE_DISPLAY_FILE_LIMIT environment variables in Helm.
1 parent c48d92a commit 2dcf76e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

helm/reana/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ components:
123123
REANA_OPENSEARCH_USE_SSL: true
124124
REANA_OPENSEARCH_CA_CERTS: "/code/certs/ca.crt"
125125
REANA_OPENSEARCH_USER: reana
126+
WORKSPACE_DISPLAY_FILE_LIMIT: 100000
127+
FORCE_GARBAGE_COLLECTION: ""
126128
reana_workflow_engine_cwl:
127129
image: docker.io/reanahub/reana-workflow-engine-cwl:0.95.0-alpha.2
128130
environment: {}

0 commit comments

Comments
 (0)