Added basic setup for master and certification material
This commit is contained in:
20
files/LFS258/SOLUTIONS/s_05/curlpod.json
Normal file
20
files/LFS258/SOLUTIONS/s_05/curlpod.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"kind": "Pod",
|
||||
"apiVersion": "v1",
|
||||
"metadata":{
|
||||
"name": "curlpod",
|
||||
"namespace": "default",
|
||||
"labels": {
|
||||
"name": "examplepod"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"containers": [{
|
||||
"name": "nginx",
|
||||
"image": "nginx",
|
||||
"ports": [{"containerPort": 80}]
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user