mirror of https://github.com/k3s-io/k3s
28 lines
439 B
JSON
28 lines
439 B
JSON
![]() |
{
|
||
|
"kind": "Pod",
|
||
|
"apiVersion": "v1beta3",
|
||
|
"metadata": {
|
||
|
"name": "nimbus",
|
||
|
"labels": {
|
||
|
"name": "nimbus"
|
||
|
}
|
||
|
},
|
||
|
"spec": {
|
||
|
"containers": [
|
||
|
{
|
||
|
"name": "nimbus",
|
||
|
"image": "mattf/storm-nimbus",
|
||
|
"ports": [
|
||
|
{
|
||
|
"containerPort": 6627
|
||
|
}
|
||
|
],
|
||
|
"resources": {
|
||
|
"limits": {
|
||
|
"cpu": "100m"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|