add nimbus pod and service definition
This commit is contained in:
parent
d59f65e1bb
commit
6a9535aee1
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"id": "nimbus",
|
||||||
|
"kind": "Service",
|
||||||
|
"apiVersion": "v1beta1",
|
||||||
|
"port": 6627,
|
||||||
|
"containerPort": 6627,
|
||||||
|
"selector": { "name": "nimbus" },
|
||||||
|
"labels": { "name": "nimbus" }
|
||||||
|
}
|
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"id": "nimbus",
|
||||||
|
"kind": "Pod",
|
||||||
|
"apiVersion": "v1beta1",
|
||||||
|
"desiredState": {
|
||||||
|
"manifest": {
|
||||||
|
"version": "v1beta1",
|
||||||
|
"id": "nimbus",
|
||||||
|
"containers": [{
|
||||||
|
"name": "nimbus",
|
||||||
|
"image": "mattf/storm-nimbus",
|
||||||
|
"cpu": 100,
|
||||||
|
"ports": [{ "containerPort": 6627 }]
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"labels": {
|
||||||
|
"name": "nimbus"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue