kubernetes: add volume mountpoint to pod definition
parent
5051c68bad
commit
ab455b6413
|
@ -14,3 +14,9 @@ spec:
|
|||
ports:
|
||||
- containerPort: 53
|
||||
protocol: UDP
|
||||
volumeMounts:
|
||||
- mountPath: /data
|
||||
name: data
|
||||
volumes:
|
||||
- name: data
|
||||
emptyDir: {}
|
||||
|
|
Loading…
Reference in New Issue