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
@@ -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: {}