- name: init
image: alpine:latest
This commit is contained in:
parent
06fb6d223f
commit
6df0858cdf
1 changed files with 12 additions and 0 deletions
|
@ -1,5 +1,17 @@
|
||||||
server:
|
server:
|
||||||
shareProcessNamespace: true
|
shareProcessNamespace: true
|
||||||
|
extraInitContainers:
|
||||||
|
- name: init
|
||||||
|
image: alpine:latest
|
||||||
|
securityContext:
|
||||||
|
runAsUser: 0
|
||||||
|
volumeMounts:
|
||||||
|
- name: alloy-data
|
||||||
|
mountPath: /var/lib/alloy
|
||||||
|
- name: config-volume
|
||||||
|
mountPath: /etc/alloy
|
||||||
|
- name: host-log-storage
|
||||||
|
mountPath: /openbao/logs
|
||||||
extraContainers:
|
extraContainers:
|
||||||
- name: grafana-alloy
|
- name: grafana-alloy
|
||||||
image: grafana/alloy:latest
|
image: grafana/alloy:latest
|
||||||
|
|
Loading…
Reference in a new issue