Update deployment.yaml
This commit is contained in:
parent
beb3f31f7f
commit
a169c809e6
1 changed files with 2 additions and 2 deletions
|
|
@ -175,7 +175,7 @@ spec:
|
||||||
- name: WANTED_UID
|
- name: WANTED_UID
|
||||||
value: "1024"
|
value: "1024"
|
||||||
- name: WANTED_GID
|
- name: WANTED_GID
|
||||||
value: "1024"
|
value: "1000"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: hermes-data
|
- name: hermes-data
|
||||||
mountPath: /home/hermeswebui/.hermes
|
mountPath: /home/hermeswebui/.hermes
|
||||||
|
|
@ -190,7 +190,7 @@ spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|
||||||
runAsUser: 1024
|
runAsUser: 1024
|
||||||
runAsGroup: 1024
|
runAsGroup: 1000
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
allowPrivilegeEscalation: true
|
allowPrivilegeEscalation: true
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue