chore: rename storage-check → storage-bench-s3-archived (S3 отключён)
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"spec": {
|
||||
"podspec": {
|
||||
"volumes": [
|
||||
{
|
||||
"name": "data",
|
||||
"persistentVolumeClaim": {
|
||||
"claimName": "storage-check-vcd"
|
||||
}
|
||||
}
|
||||
],
|
||||
"containers": [
|
||||
{
|
||||
"name": "bench-py",
|
||||
"volumeMounts": [
|
||||
{
|
||||
"name": "data",
|
||||
"mountPath": "/mnt/data"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user