securityContext:
runAsUser: 1001
This commit is contained in:
parent
3d39948468
commit
3cd6a846b2
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ server:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: log-storage
|
- name: log-storage
|
||||||
mountPath: /var/log/
|
mountPath: /var/log/
|
||||||
|
securityContext:
|
||||||
|
runAsUser: 1001
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: log-storage
|
- name: log-storage
|
||||||
|
|
Loading…
Reference in a new issue