fsGroup: 1000
runAsGroup: 1000 runAsNonRoot: true runAsUser: 100
This commit is contained in:
parent
67876f18b9
commit
93fe631736
1 changed files with 4 additions and 2 deletions
|
@ -14,8 +14,10 @@ server:
|
||||||
- name: alloy-data
|
- name: alloy-data
|
||||||
mountPath: /var/lib/alloy/data
|
mountPath: /var/lib/alloy/data
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 0
|
fsGroup: 1000
|
||||||
# fsGroup: 1000
|
runAsGroup: 1000
|
||||||
|
runAsNonRoot: true
|
||||||
|
runAsUser: 100
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: alloy-data
|
- name: alloy-data
|
||||||
|
|
Loading…
Reference in a new issue