translate tasks doc podpreset into Chinese

This commit is contained in:
lichuqiang
2017-11-02 15:02:18 +08:00
parent 8ff083b0f3
commit 1f49279e9a
13 changed files with 404 additions and 0 deletions
@@ -0,0 +1,19 @@
apiVersion: v1
kind: Pod
metadata:
name: website
labels:
app: website
role: frontend
spec:
containers:
- name: website
image: ecorp/website
volumeMounts:
- mountPath: /cache
name: cache-volume
ports:
volumes:
- name: cache-volume
emptyDir: {}
- containerPort: 80