forked from DevFW-CICD/stacks
extra
This commit is contained in:
parent
b89cfa49fd
commit
ed0d1debf4
1 changed files with 9 additions and 7 deletions
|
@ -1,5 +1,6 @@
|
||||||
controller:
|
controller:
|
||||||
volumes:
|
volumes:
|
||||||
|
extra:
|
||||||
- name: host-log-storage
|
- name: host-log-storage
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/log
|
path: /var/log
|
||||||
|
@ -10,6 +11,7 @@ alloy:
|
||||||
key: config.alloy
|
key: config.alloy
|
||||||
|
|
||||||
mounts:
|
mounts:
|
||||||
|
extra:
|
||||||
- mountPath: /openbao/logs
|
- mountPath: /openbao/logs
|
||||||
name: host-log-storage
|
name: host-log-storage
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
|
Loading…
Reference in a new issue