shipping_openbao_logs #17

Closed
Michal.Wrobel wants to merge 130 commits from shipping_openbao_logs into development
Showing only changes of commit 547938acd4 - Show all commits

View file

@ -13,6 +13,8 @@ server:
mountPath: /var/lib/alloy
- name: config-volume
mountPath: /etc/alloy
- name: host-log
mountPath: /tmp/host
volumes:
- name: log-storage
@ -22,11 +24,18 @@ server:
- name: config-volume
configMap:
name: sidecar-container-alloy-config
- name: host-log
hostPath:
path: /var/log
type: Directory
volumeMounts:
- mountPath: /openbao/logs
name: log-storage
readOnly: false
- mountPath: /var/log
name: host-log
readOnly: false
postStart:
- sh