Skip to content

Commit 0c6a3a4

Browse files
committed
Reduce PVC size to accomodate running on clusters with limited storage
1 parent ba71c1c commit 0c6a3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/model_registry/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ def get_mr_pvc_objects(
456456
name=name,
457457
namespace=namespace,
458458
client=client,
459-
size="5Gi",
459+
size="3Gi",
460460
label=get_model_registry_db_label_dict(db_resource_name=name),
461461
teardown=teardown_resources,
462462
)

0 commit comments

Comments
 (0)