- name: alloy-data
mountPath: /var/lib/
This commit is contained in:
parent
458414e779
commit
56c5cc2620
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ server:
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 100
|
runAsUser: 100
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
- name: alloy-data
|
||||||
|
mountPath: /var/lib/
|
||||||
- name: host-log-storage
|
- name: host-log-storage
|
||||||
mountPath: /openbao/logs
|
mountPath: /openbao/logs
|
||||||
- name: logrotate-config-volume
|
- name: logrotate-config-volume
|
||||||
|
|
Loading…
Reference in a new issue