mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
29 lines
501 B
JSON
29 lines
501 B
JSON
{
|
|
"kind": "Pod",
|
|
"apiVersion": "v1",
|
|
"metadata": {
|
|
"name": "slow-pod",
|
|
"labels": {
|
|
"name": "nettest"
|
|
}
|
|
},
|
|
"spec": {
|
|
"containers": [
|
|
{
|
|
"name": "webserver",
|
|
"image": "gcr.io/kubernetes-e2e-test-images/nettest-amd64:1.0",
|
|
"args": [
|
|
"-service=nettest",
|
|
"-delay-shutdown=10"
|
|
],
|
|
"ports": [
|
|
{
|
|
"containerPort": 8080,
|
|
"protocol": "TCP"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|