zh_trans: Fix the netlify errors

This commit is contained in:
Funky
2018-11-28 20:54:07 +08:00
parent 5839bcf9f0
commit 56b46a3dfa
2 changed files with 24 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
apiVersion: v1
kind: Pod
metadata:
name: nginx
spec:
containers:
- name: nginx
image: nginx:1.7.9
ports:
- containerPort: 80
@@ -0,0 +1,14 @@
apiVersion: v1
kind: Pod
metadata:
name: redis
spec:
containers:
- name: redis
image: redis
volumeMounts:
- name: redis-storage
mountPath: /data/redis
volumes:
- name: redis-storage
emptyDir: {}