Translate Documentation style overview section into Russian (#19521)

This commit is contained in:
Alexey Pyltsyn
2020-03-07 11:47:34 +03:00
committed by GitHub
parent 8f371f4c84
commit 2e55fa8a47
10 changed files with 1397 additions and 0 deletions
@@ -0,0 +1,22 @@
{
"apiVersion": "v1",
"kind": "PodTemplate",
"metadata": {
"name": "nginx"
},
"template": {
"metadata": {
"labels": {
"name": "nginx"
},
"generateName": "nginx-"
},
"spec": {
"containers": [{
"name": "nginx",
"image": "dockerfile/nginx",
"ports": [{"containerPort": 80}]
}]
}
}
}