volumeMounts:
- mountPath: /var/log name: log-storage readOnly: false
This commit is contained in:
parent
450b5ff1a8
commit
1cb714aabb
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@ server:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
configMap:
|
configMap:
|
||||||
name: sidecar-container-alloy-config
|
name: sidecar-container-alloy-config
|
||||||
|
|
||||||
|
volumeMounts:
|
||||||
|
- mountPath: /var/log
|
||||||
|
name: log-storage
|
||||||
|
readOnly: false
|
||||||
|
|
||||||
postStart:
|
postStart:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
|
|
Loading…
Reference in a new issue