logrotate-config-volume
This commit is contained in:
parent
e5ccae1aab
commit
0107666fe2
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ server:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: host-log-storage
|
- name: host-log-storage
|
||||||
mountPath: /openbao/logs
|
mountPath: /openbao/logs
|
||||||
- name: logrotate-config
|
- name: logrotate-config-volume
|
||||||
mountPath: /etc/logrotate.conf
|
mountPath: /etc/logrotate.conf
|
||||||
subPath: logrotate.conf
|
subPath: logrotate.conf
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
@ -34,7 +34,7 @@ server:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
configMap:
|
configMap:
|
||||||
name: sidecar-container-alloy-config
|
name: sidecar-container-alloy-config
|
||||||
- name: config-logrotate
|
- name: logrotate-config-volume
|
||||||
configMap:
|
configMap:
|
||||||
name: logrotate-config
|
name: logrotate-config
|
||||||
- name: host-log-storage
|
- name: host-log-storage
|
||||||
|
|
Loading…
Reference in a new issue