mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
39 lines
552 B
JSON
39 lines
552 B
JSON
|
|
{
|
||
|
|
"metadata": {
|
||
|
|
"name": "nginx-deployment",
|
||
|
|
"labels": {
|
||
|
|
"app": "nginx"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"spec": {
|
||
|
|
"selector": {
|
||
|
|
"matchLabels": {
|
||
|
|
"app": "nginx"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"template": {
|
||
|
|
"metadata": {
|
||
|
|
"labels": {
|
||
|
|
"app": "nginx"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"spec": {
|
||
|
|
"containers": {
|
||
|
|
"nginx": {
|
||
|
|
"name": "nginx",
|
||
|
|
"image": "nginx:1.7.9",
|
||
|
|
"ports": {
|
||
|
|
"80": {}
|
||
|
|
},
|
||
|
|
"resources": {
|
||
|
|
"requests": {
|
||
|
|
"cpu": "100m"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|