kubernetes: add volume mountpoint to pod definition

pull/11/head
Sameer Naik 2015-11-14 14:58:37 +05:30
parent 5051c68bad
commit ab455b6413
1 changed files with 6 additions and 0 deletions

View File

@ -14,3 +14,9 @@ spec:
ports:
- containerPort: 53
protocol: UDP
volumeMounts:
- mountPath: /data
name: data
volumes:
- name: data
emptyDir: {}