Import from Container Engine docs, addition of Tabs functionality, various link fixes
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"kind": "Pod",
|
||||
"apiVersion": "v1",
|
||||
"metadata": {
|
||||
"name": "redis-django",
|
||||
"labels": {
|
||||
"app": "webapp"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"containers": [
|
||||
{
|
||||
"name": "key-value-store",
|
||||
"image": "redis",
|
||||
"ports": [
|
||||
{
|
||||
"containerPort": 6379,
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "frontend",
|
||||
"image": "django",
|
||||
"ports": [
|
||||
{
|
||||
"containerPort": 8000,
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user