mountPath: /etc/alloy
items: - key: "config.yaml" path: "config.alloy"
This commit is contained in:
parent
c376f6d0c6
commit
267a04fee5
1 changed files with 4 additions and 3 deletions
|
@ -6,15 +6,16 @@ server:
|
|||
- containerPort: 12345
|
||||
securityContext:
|
||||
runAsUser: 100
|
||||
args:
|
||||
- --config.file=/var/lib/alloy/config/config.yaml
|
||||
volumeMounts:
|
||||
- name: log-storage
|
||||
mountPath: /openbao/logs
|
||||
- name: alloy-data
|
||||
mountPath: /var/lib/alloy
|
||||
- name: config-volume
|
||||
mountPath: /var/lib/alloy/config
|
||||
mountPath: /etc/alloy
|
||||
items:
|
||||
- key: "config.yaml"
|
||||
path: "config.alloy"
|
||||
- name: log-sidecar
|
||||
image: alpine:latest
|
||||
command: ["/bin/sh", "-c", "
|
||||
|
|
Loading…
Reference in a new issue