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,18 +1,20 @@
|
||||||
controller:
|
controller:
|
||||||
volumes:
|
volumes:
|
||||||
- name: host-log-storage
|
extra:
|
||||||
hostPath:
|
- name: host-log-storage
|
||||||
path: /var/log
|
hostPath:
|
||||||
type: Directory
|
path: /var/log
|
||||||
|
type: Directory
|
||||||
alloy:
|
alloy:
|
||||||
create: false
|
create: false
|
||||||
name: alloy-config
|
name: alloy-config
|
||||||
key: config.alloy
|
key: config.alloy
|
||||||
|
|
||||||
mounts:
|
mounts:
|
||||||
- mountPath: /openbao/logs
|
extra:
|
||||||
name: host-log-storage
|
- mountPath: /openbao/logs
|
||||||
readOnly: true
|
name: host-log-storage
|
||||||
|
readOnly: true
|
||||||
|
|
||||||
uiPathPrefix: "/alloy"
|
uiPathPrefix: "/alloy"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue