volumes:
- name: log-storage emptyDir: {}
This commit is contained in:
parent
ac4d10d619
commit
ff72720654
1 changed files with 2 additions and 2 deletions
|
@ -20,10 +20,10 @@ server:
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: log-storage
|
- name: log-storage
|
||||||
path: /var/log/test
|
emptyDir: {}
|
||||||
|
|
||||||
# volumeMounts:
|
# volumeMounts:
|
||||||
# - mountPath: /
|
# - mountPath: /var/log/test
|
||||||
# name: plugins
|
# name: plugins
|
||||||
# readOnly: false
|
# readOnly: false
|
||||||
|
|
||||||
|
|
Reference in a new issue