status
This commit is contained in:
parent
ee630c88b9
commit
7b8ea2de6b
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,8 @@ server:
|
|||
mountPath: /etc/logrotate.conf
|
||||
subPath: logrotate.conf
|
||||
readOnly: true
|
||||
- name: status
|
||||
mountPath: /var/lib
|
||||
- name: passwd-volume
|
||||
mountPath: /etc/passwd
|
||||
subPath: passwd
|
||||
|
@ -27,6 +29,8 @@ server:
|
|||
- name: passwd-volume
|
||||
configMap:
|
||||
name: passwd-user-configmap
|
||||
- name: status
|
||||
emptyDir: {}
|
||||
- name: host-log-storage
|
||||
hostPath:
|
||||
path: /var/log
|
||||
|
|
Reference in a new issue