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
|
mountPath: /etc/logrotate.conf
|
||||||
subPath: logrotate.conf
|
subPath: logrotate.conf
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
- name: status
|
||||||
|
mountPath: /var/lib
|
||||||
- name: passwd-volume
|
- name: passwd-volume
|
||||||
mountPath: /etc/passwd
|
mountPath: /etc/passwd
|
||||||
subPath: passwd
|
subPath: passwd
|
||||||
|
@ -27,6 +29,8 @@ server:
|
||||||
- name: passwd-volume
|
- name: passwd-volume
|
||||||
configMap:
|
configMap:
|
||||||
name: passwd-user-configmap
|
name: passwd-user-configmap
|
||||||
|
- name: status
|
||||||
|
emptyDir: {}
|
||||||
- name: host-log-storage
|
- name: host-log-storage
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/log
|
path: /var/log
|
||||||
|
|
Reference in a new issue