This commit is contained in:
miwr 2025-03-18 12:14:27 +01:00
parent b7de02d293
commit 43b172d8d4

View file

@ -1,23 +1,20 @@
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
# subPath: config.yaml # subPath: config.yaml
# args: # args:
# - --config.file=/etc/alloy/config.yaml # - --config.file=/etc/alloy/config.yaml
# volumeMounts: volumeMounts:
# - name: alloy-data - name: alloy-data
# mountPath: /var/lib/alloy/data mountPath: /var/lib/alloy/data
# securityContext: securityContext:
# fsGroup: 1000 runAsUser: 0
# runAsGroup: 1000
# runAsNonRoot: true
# runAsUser: 100
volumes: volumes:
- name: alloy-data - name: alloy-data