mountPath: /var/lib/alloy
This commit is contained in:
parent
2058f6a36b
commit
ec2fc47ea2
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ server:
|
||||||
- name: log-storage
|
- name: log-storage
|
||||||
mountPath: /openbao/logs
|
mountPath: /openbao/logs
|
||||||
- name: alloy-data
|
- name: alloy-data
|
||||||
mountPath: /var/lib
|
mountPath: /var/lib/alloy
|
||||||
- name: log-sidecar
|
- name: log-sidecar
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
command: ["/bin/sh", "-c", "
|
command: ["/bin/sh", "-c", "
|
||||||
|
|
Loading…
Reference in a new issue