chore: rename storage-check → storage-bench-s3-archived (S3 отключён)

This commit is contained in:
“Naeel”
2026-05-19 09:50:33 +04:00
parent 3eb4f5669b
commit 2aadae339e
12 changed files with 0 additions and 0 deletions
@@ -0,0 +1,25 @@
{
"spec": {
"podspec": {
"volumes": [
{
"name": "data",
"persistentVolumeClaim": {
"claimName": "storage-check-local"
}
}
],
"containers": [
{
"name": "bench-py",
"volumeMounts": [
{
"name": "data",
"mountPath": "/mnt/data"
}
]
}
]
}
}
}