more files
This commit is contained in:
17
nodejs/kubia/kubia-manual.json
Normal file
17
nodejs/kubia/kubia-manual.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"apiVersion": "v1",
|
||||
"kind": "Pod",
|
||||
"metadata": {
|
||||
"name": "kubia-manual"
|
||||
},
|
||||
"spec": {
|
||||
"containers": [{
|
||||
"image": "brgirgis/kubia",
|
||||
"name": "kubia",
|
||||
"ports": [{
|
||||
"containerPort": 8080,
|
||||
"protocol": "TCP"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user