From 1259744b81f244e38199b6b155e1112278b80a7e Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Wed, 17 Jan 2024 14:08:08 -0500 Subject: [PATCH] ensure correct archived reports bucket used --- smoketest/compose/s3-seaweed.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/smoketest/compose/s3-seaweed.yml b/smoketest/compose/s3-seaweed.yml index 7ba63a668..03852be29 100644 --- a/smoketest/compose/s3-seaweed.yml +++ b/smoketest/compose/s3-seaweed.yml @@ -3,6 +3,7 @@ services: cryostat: environment: STORAGE_BUCKETS_ARCHIVES_NAME: archivedrecordings + CRYOSTAT_SERVICES_REPORTS_STORAGE_CACHE_NAME: archivedreports QUARKUS_S3_ENDPOINT_OVERRIDE: http://s3:8333 STORAGE_EXT_URL: http://localhost:8080/storage/ QUARKUS_S3_PATH_STYLE_ACCESS: "true" # needed since compose setup does not support DNS subdomain resolution