Add ID localization task configure volume storage

This commit is contained in:
danninov
2020-08-02 20:41:57 +07:00
parent cb27cce8a5
commit 57fe47cb18
2 changed files with 149 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: {}