IPCEICIS-3111 #21

Closed
Michal.Wrobel wants to merge 131 commits from IPCEICIS-3111 into development
Showing only changes of commit 88df4ea8f4 - Show all commits

View file

@ -4,6 +4,8 @@ server:
image: grafana/alloy:latest image: grafana/alloy:latest
ports: ports:
- containerPort: 12345 - containerPort: 12345
securityContext:
runAsUser: 100
# args: # args:
# - --config.file=/etc/alloy/config.yaml # - --config.file=/etc/alloy/config.yaml
# volumeMounts: # volumeMounts: