# extraContainers:

#   - name: grafana-alloy
  #     image: grafana/alloy:latest
  #     ports:
  #       - containerPort: 12345
This commit is contained in:
miwr 2025-03-18 12:04:53 +01:00
parent 815f6a2822
commit b7de02d293

View file

@ -1,9 +1,9 @@
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
@ -13,11 +13,11 @@ server:
# volumeMounts:
# - name: alloy-data
# mountPath: /var/lib/alloy/data
securityContext:
fsGroup: 1000
runAsGroup: 1000
runAsNonRoot: true
runAsUser: 100
# securityContext:
# fsGroup: 1000
# runAsGroup: 1000
# runAsNonRoot: true
# runAsUser: 100
volumes:
- name: alloy-data