mirror of https://github.com/k3s-io/k3s
30 lines
804 B
JSON
30 lines
804 B
JSON
{
|
|
"items": [
|
|
{
|
|
"id": "testRun",
|
|
"desiredState": {
|
|
"replicas": 2,
|
|
"replicasInSet": {
|
|
"name": "testRun"
|
|
},
|
|
"podTemplate": {
|
|
"desiredState": {
|
|
"image": "dockerfile/nginx",
|
|
"networkPorts": [
|
|
{
|
|
"hostPort": 8080,
|
|
"containerPort": 80
|
|
}
|
|
]
|
|
},
|
|
"labels": {
|
|
"name": "testRun"
|
|
}
|
|
}
|
|
},
|
|
"labels": {
|
|
"name": "testRun"
|
|
}
|
|
}
|
|
]
|
|
} |