Import from Container Engine docs, addition of Tabs functionality, various link fixes
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: redis-django
|
||||
labels:
|
||||
app: web
|
||||
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