user 0
This commit is contained in:
parent
b7de02d293
commit
43b172d8d4
1 changed files with 10 additions and 13 deletions
|
@ -1,23 +1,20 @@
|
|||
server:
|
||||
# extraContainers:
|
||||
# - name: grafana-alloy
|
||||
# image: grafana/alloy:latest
|
||||
# ports:
|
||||
# - containerPort: 12345
|
||||
extraContainers:
|
||||
- name: grafana-alloy
|
||||
image: grafana/alloy:latest
|
||||
ports:
|
||||
- containerPort: 12345
|
||||
# volumeMounts:
|
||||
# - name: sidecar-container-alloy-config
|
||||
# mountPath: /etc/alloy/config.yaml
|
||||
# subPath: config.yaml
|
||||
# args:
|
||||
# - --config.file=/etc/alloy/config.yaml
|
||||
# volumeMounts:
|
||||
# - name: alloy-data
|
||||
# mountPath: /var/lib/alloy/data
|
||||
# securityContext:
|
||||
# fsGroup: 1000
|
||||
# runAsGroup: 1000
|
||||
# runAsNonRoot: true
|
||||
# runAsUser: 100
|
||||
volumeMounts:
|
||||
- name: alloy-data
|
||||
mountPath: /var/lib/alloy/data
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
|
||||
volumes:
|
||||
- name: alloy-data
|
||||
|
|
Loading…
Reference in a new issue