securityContext:
runAsUser: 1000 fsGroup: 1000
This commit is contained in:
parent
c30cf9f380
commit
8617e200ea
1 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,10 @@ server:
|
|||
# - --config.file=/etc/alloy/config.yaml
|
||||
volumeMounts:
|
||||
- name: alloy-data
|
||||
mountPath: /tmp/alloy/data
|
||||
mountPath: /var/lib/alloy/data
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
fsGroup: 1000
|
||||
|
||||
volumes:
|
||||
- name: alloy-data
|
||||
|
|
Loading…
Reference in a new issue