mountPath: /var/lib/alloy/data
This commit is contained in:
parent
140dddd955
commit
005f7503ce
1 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,8 @@ server:
|
|||
# mountPath: /var/lib/alloy/data
|
||||
volumeMounts:
|
||||
- name: log-storage
|
||||
mountPath: /openbao/logs
|
||||
- name: alloy-data
|
||||
mountPath: /var/lib/alloy/data
|
||||
- name: log-sidecar
|
||||
image: alpine:latest
|
||||
|
@ -23,10 +25,14 @@ server:
|
|||
volumeMounts:
|
||||
- name: log-storage
|
||||
mountPath: /openbao/logs
|
||||
- name: log-storage
|
||||
mountPath: /var/lib/alloy/data
|
||||
|
||||
volumes:
|
||||
- name: log-storage
|
||||
emptyDir: {}
|
||||
- name: alloy-data
|
||||
emptyDir: {}
|
||||
|
||||
volumeMounts:
|
||||
- mountPath: /openbao/logs
|
||||
|
|
Loading…
Reference in a new issue