Merge pull request #22912 from danninov/id/configure-volume-storage

Add ID localization task configure volume storage
This commit is contained in:
Kubernetes Prow Robot
2020-09-10 03:57:45 -07:00
committed by GitHub
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: {}