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