runAsUser: 1000 # Run as non-root user
fsGroup: 1000
This commit is contained in:
parent
46072b8f81
commit
e993c274b0
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ server:
|
|||
- name: alloy-data
|
||||
mountPath: /var/lib/alloy/data
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
runAsUser: 1000
|
||||
fsGroup: 1000
|
||||
|
||||
volumes:
|
||||
- name: alloy-data
|
||||
|
|
Reference in a new issue