runAsUser: 100
This commit is contained in:
parent
6385e39067
commit
88df4ea8f4
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue