IPCEICIS-2952 #31
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
|
||||||
|
|
Reference in a new issue