26 lines
430 B
JSON
26 lines
430 B
JSON
{
|
|
"spec": {
|
|
"podspec": {
|
|
"volumes": [
|
|
{
|
|
"name": "data",
|
|
"persistentVolumeClaim": {
|
|
"claimName": "storage-check-local"
|
|
}
|
|
}
|
|
],
|
|
"containers": [
|
|
{
|
|
"name": "bench-py",
|
|
"volumeMounts": [
|
|
{
|
|
"name": "data",
|
|
"mountPath": "/mnt/data"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|